Update LLVM/Clang snapshot to r192615, which defaults to libc++ and the
unwinder in libc on x86.
This commit is contained in:
parent
1de4b24980
commit
5a96ebd356
4
external/bsd/llvm/Makefile.inc
vendored
4
external/bsd/llvm/Makefile.inc
vendored
@ -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}
|
||||
|
@ -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 \
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user