Module Name: src
Committed By: joerg
Date: Mon Oct 14 21:19:17 UTC 2013
Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMInstrumentation: Makefile
Log Message:
Update LLVM/Clang snapshot to r192615, which defaults to libc++ and the
unwinder in libc on x86.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.11 -r1.12 \
src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/llvm/Makefile.inc
diff -u src/external/bsd/llvm/Makefile.inc:1.57 src/external/bsd/llvm/Makefile.inc:1.58
--- src/external/bsd/llvm/Makefile.inc:1.57 Mon Oct 14 01:37:39 2013
+++ src/external/bsd/llvm/Makefile.inc Mon Oct 14 21:19:16 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.57 2013/10/14 01:37:39 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.58 2013/10/14 21:19:16 joerg Exp $
.if !defined(LLVM_TOPLEVEL_MK)
LLVM_TOPLEVEL_MK=
@@ -7,7 +7,7 @@ LLVM_TOPLEVEL_MK=
SVN_ROOT= http://llvm.org/svn/llvm-project
-COMMON_REVISION= 192551
+COMMON_REVISION= 192615
CLANG_REVISION= ${COMMON_REVISION}
COMPILER_RT_REVISION= ${COMMON_REVISION}
LLD_REVISION= ${COMMON_REVISION}
Index: src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile:1.22 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile:1.23
--- src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile:1.22 Thu Apr 25 13:59:57 2013
+++ src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile Mon Oct 14 21:19:16 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2013/04/25 13:59:57 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2013/10/14 21:19:16 joerg Exp $
LIB= LLVMCodeGen
@@ -104,7 +104,6 @@ SRCS+= AggressiveAntiDepBreaker.cpp \
StackColoring.cpp \
StackProtector.cpp \
StackSlotColoring.cpp \
- StrongPHIElimination.cpp \
TailDuplication.cpp \
TargetFrameLoweringImpl.cpp \
TargetInstrInfo.cpp \
Index: src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile:1.11 src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile:1.12
--- src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile:1.11 Mon Oct 14 01:37:39 2013
+++ src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile Mon Oct 14 21:19:16 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/10/14 01:37:39 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2013/10/14 21:19:16 joerg Exp $
LIB= LLVMInstrumentation
@@ -13,7 +13,6 @@ SRCS+= AddressSanitizer.cpp \
GCOVProfiling.cpp \
Instrumentation.cpp \
MemorySanitizer.cpp \
- ProfilingUtils.cpp \
ThreadSanitizer.cpp
.if defined(HOSTLIB)