summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMMipsCodeGen
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2014-05-30 18:28:13 +0000
committerjoerg <joerg@NetBSD.org>2014-05-30 18:28:13 +0000
commitb4e9e9004002ada78a29b201cb24031346909fae (patch)
treefaaf49ab30f31e2d2933c15ec05b68b236ea96c8 /external/bsd/llvm/lib/libLLVMMipsCodeGen
parentafb6842aba94daaa92cf6da14f14e79943a4b315 (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/libLLVMMipsCodeGen')
-rw-r--r--external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile b/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
index a3b9503e7d2..22fc3a86612 100644
--- a/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
+++ b/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/03/04 21:05:06 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2014/05/30 18:28:14 joerg Exp $
LIB= LLVMMipsCodeGen
@@ -18,6 +18,7 @@ SRCS+= Mips16ISelDAGToDAG.cpp \
MipsCodeEmitter.cpp \
MipsConstantIslandPass.cpp \
MipsDelaySlotFiller.cpp \
+ MipsFastISel.cpp \
MipsFrameLowering.cpp \
MipsInstrInfo.cpp \
MipsISelDAGToDAG.cpp \