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/libLLVMX86CodeGen | |
| 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/libLLVMX86CodeGen')
| -rw-r--r-- | external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile b/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile index 39291c9f882..faa81a3ff19 100644 --- a/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile +++ b/external/bsd/llvm/lib/libLLVMX86CodeGen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/04/28 00:41:01 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/30 18:28:15 joerg Exp $ LIB= LLVMX86CodeGen @@ -7,7 +7,6 @@ LIB= LLVMX86CodeGen .PATH: ${LLVM_SRCDIR}/lib/Target/X86 SRCS+= X86AsmPrinter.cpp \ - X86COFFMachineModuleInfo.cpp \ X86CodeEmitter.cpp \ X86FastISel.cpp \ X86FixupLEAs.cpp \ |
