Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/llvm Update LLVM/Clang snapshot to r192615, whi...



details:   https://anonhg.NetBSD.org/src/rev/538e8539beb3
branches:  trunk
changeset: 790486:538e8539beb3
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 14 21:19:16 2013 +0000

description:
Update LLVM/Clang snapshot to r192615, which defaults to libc++ and the
unwinder in libc on x86.

diffstat:

 external/bsd/llvm/Makefile.inc                        |  4 ++--
 external/bsd/llvm/lib/libLLVMCodeGen/Makefile         |  3 +--
 external/bsd/llvm/lib/libLLVMInstrumentation/Makefile |  3 +--
 3 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 86f81657dd4c -r 538e8539beb3 external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc    Mon Oct 14 18:15:12 2013 +0000
+++ b/external/bsd/llvm/Makefile.inc    Mon Oct 14 21:19:16 2013 +0000
@@ -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 @@
 
 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}
diff -r 86f81657dd4c -r 538e8539beb3 external/bsd/llvm/lib/libLLVMCodeGen/Makefile
--- a/external/bsd/llvm/lib/libLLVMCodeGen/Makefile     Mon Oct 14 18:15:12 2013 +0000
+++ b/external/bsd/llvm/lib/libLLVMCodeGen/Makefile     Mon Oct 14 21:19:16 2013 +0000
@@ -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 @@
        StackColoring.cpp \
        StackProtector.cpp \
        StackSlotColoring.cpp \
-       StrongPHIElimination.cpp \
        TailDuplication.cpp \
        TargetFrameLoweringImpl.cpp \
        TargetInstrInfo.cpp \
diff -r 86f81657dd4c -r 538e8539beb3 external/bsd/llvm/lib/libLLVMInstrumentation/Makefile
--- a/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile     Mon Oct 14 18:15:12 2013 +0000
+++ b/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile     Mon Oct 14 21:19:16 2013 +0000
@@ -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 @@
        GCOVProfiling.cpp \
        Instrumentation.cpp \
        MemorySanitizer.cpp \
-       ProfilingUtils.cpp \
        ThreadSanitizer.cpp
 
 .if defined(HOSTLIB)



Home | Main Index | Thread Index | Old Index