summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-07-07 21:59:14 +0000
committerjoerg <joerg@NetBSD.org>2011-07-07 21:59:14 +0000
commitcd15c9654cbe7b683db453fd793ca47ca34f1bc2 (patch)
tree5dd83dd912704d4f40fad340069ddd2f19e2d502 /external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
parentb4112495a6fcc8478648f1eec289a759160c24a3 (diff)
Update LLVM/Clang snapshot to r134635. This reduces the memory usage in
preprocessor heavy code and recognizes mipseb as alias for mips.
Diffstat (limited to 'external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile')
-rw-r--r--external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile b/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
index 07e25f2f01d..e4f1befb368 100644
--- a/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
+++ b/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/07/05 19:37:11 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2011/07/07 21:59:15 joerg Exp $
LIB= LLVMMipsCodeGen
@@ -15,6 +15,8 @@ SRCS+= MipsAsmPrinter.cpp \
MipsISelLowering.cpp \
MipsFrameLowering.cpp \
MipsMCAsmInfo.cpp \
+ MipsMCInstLower.cpp \
+ MipsMCSymbolRefExpr.cpp \
MipsRegisterInfo.cpp \
MipsSubtarget.cpp \
MipsTargetMachine.cpp \