summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMMipsCodeGen
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2013-07-07 21:36:42 +0000
committerjoerg <joerg@NetBSD.org>2013-07-07 21:36:42 +0000
commitdedccd4a695a3a898f00d8077be09589a013c02a (patch)
treec5761b182f05b82aff904da947dc9cd6057e7fec /external/bsd/llvm/lib/libLLVMMipsCodeGen
parent155da87d77a30116f23bf464104c235d34b0370e (diff)
Update LLVM/Clang to snapshot r185778. This brings in a lot of work on
integrated-assembler support on PowerPC as well as support for compressed DWARF sections in some tools.
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 5bd7b6a024c..5d8d69b3092 100644
--- a/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
+++ b/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/05/28 17:37:35 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2013/07/07 21:36:44 joerg Exp $
LIB= LLVMMipsCodeGen
@@ -26,6 +26,7 @@ SRCS+= Mips16ISelDAGToDAG.cpp \
MipsMachineFunction.cpp \
MipsModuleISelDAGToDAG.cpp \
MipsMCInstLower.cpp \
+ MipsOptimizeMathLibCalls.cpp \
MipsOs16.cpp \
MipsRegisterInfo.cpp \
MipsSEISelLowering.cpp \