head 1.3; access; symbols pkgsrc-2017Q1:1.2.0.2 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2017.05.05.23.54.13; author kamil; state dead; branches; next 1.2; commitid NkdSlamcQfGl8gQz; 1.2 date 2017.03.17.22.38.17; author adam; state Exp; branches; next 1.1; commitid RtC8EMbuGmoliXJz; 1.1 date 2016.03.28.13.13.55; author kamil; state Exp; branches; next ; commitid AIERVmAyrkNOxp0z; desc @@ 1.3 log @Drop local LLDB patches for MIUtilParse This used to break standalone build. It has been fixed in upstream r280662 and r281317. @ text @$NetBSD: patch-source_Utility_CMakeLists.txt,v 1.2 2017/03/17 22:38:17 adam Exp $ --- source/Utility/CMakeLists.txt.orig 2016-11-03 09:29:56.000000000 +0000 +++ source/Utility/CMakeLists.txt @@@@ -16,4 +16,9 @@@@ add_lldb_library(lldbUtility StringLexer.cpp TaskPool.cpp UriParser.cpp + regcomp.c + regerror.c + regexec.c + regfree.c + regstrlcpy.c ) @ 1.2 log @LLVM 4.0.0: The minimum compiler version required for building LLVM has been raised to 4.8 for GCC and 2015 for Visual Studio. The C API functions LLVMAddFunctionAttr, LLVMGetFunctionAttr, LLVMRemoveFunctionAttr, LLVMAddAttribute, LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute and LLVMRemoveInstrAttribute have been removed. The C API enum LLVMAttribute has been deleted. The definition and uses of LLVM_ATRIBUTE_UNUSED_RESULT in the LLVM source were replaced with LLVM_NODISCARD, which matches the C++17 [[nodiscard]] semantics rather than gcc’s __attribute__((warn_unused_result)). The Timer related APIs now expect a Name and Description. When upgrading code the previously used names should become descriptions and a short name in the style of a programming language identifier should be added. LLVM now handles invariant.group across different basic blocks, which makes it possible to devirtualize virtual calls inside loops. The aggressive dead code elimination phase (“adce”) now removes branches which do not effect program behavior. Loops are retained by default since they may be infinite but these can also be removed with LLVM option -adce-remove-loops when the loop body otherwise has no live operations. The llvm-cov tool can now export coverage data as json. Its html output mode has also improved. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Import lldb-3.8.0 as devel/lldb Next generation, high-performance debugger Late import approved by @ text @d3 1 a3 1 --- source/Utility/CMakeLists.txt.orig 2015-12-06 02:57:30.000000000 +0000 d5 2 a6 1 @@@@ -17,4 +17,9 @@@@ add_lldb_library(lldbUtility a7 1 TimeSpecTimeout.cpp @