diff --git a/external/bsd/llvm/Makefile.inc b/external/bsd/llvm/Makefile.inc index 6a1c74c7e1af..463ad7c19887 100644 --- a/external/bsd/llvm/Makefile.inc +++ b/external/bsd/llvm/Makefile.inc @@ -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} diff --git a/external/bsd/llvm/lib/libLLVMCodeGen/Makefile b/external/bsd/llvm/lib/libLLVMCodeGen/Makefile index 3912b1ab9434..02a78a712ea6 100644 --- a/external/bsd/llvm/lib/libLLVMCodeGen/Makefile +++ b/external/bsd/llvm/lib/libLLVMCodeGen/Makefile @@ -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 \ diff --git a/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile b/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile index beac50b7e96f..dee88aa25212 100644 --- a/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile +++ b/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile @@ -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)