diff options
| author | joerg <joerg@NetBSD.org> | 2014-05-30 18:28:13 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2014-05-30 18:28:13 +0000 |
| commit | b4e9e9004002ada78a29b201cb24031346909fae (patch) | |
| tree | faaf49ab30f31e2d2933c15ec05b68b236ea96c8 /external/bsd/llvm/lib/libLLVMTransformsUtils | |
| parent | afb6842aba94daaa92cf6da14f14e79943a4b315 (diff) | |
Update build system for LLVM/Clang snapshot r209886. This brings in the
merged AArch64 backend and the move of eARM to DWARF exception handling
for NetBSD. C++11 is required for building.
Diffstat (limited to 'external/bsd/llvm/lib/libLLVMTransformsUtils')
| -rw-r--r-- | external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile b/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile index 79ffe8cfab9..dd62ff1b75b 100644 --- a/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile +++ b/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/05 16:38:07 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/30 18:28:14 joerg Exp $ LIB= LLVMTransformsUtils @@ -7,6 +7,7 @@ LIB= LLVMTransformsUtils .PATH: ${LLVM_SRCDIR}/lib/Transforms/Utils SRCS+= ASanStackFrameLayout.cpp \ + AddDiscriminators.cpp \ BasicBlockUtils.cpp \ BreakCriticalEdges.cpp \ BuildLibCalls.cpp \ @@ -15,6 +16,7 @@ SRCS+= ASanStackFrameLayout.cpp \ CloneModule.cpp \ CmpInstAnalysis.cpp \ CodeExtractor.cpp \ + CtorUtils.cpp \ DemoteRegToStack.cpp \ FlattenCFG.cpp \ GlobalStatus.cpp \ |
