summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmipscodegen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmmipscodegen/Makefile')
-rw-r--r--lib/clang/libllvmmipscodegen/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/clang/libllvmmipscodegen/Makefile b/lib/clang/libllvmmipscodegen/Makefile
index 5fd50bd..ce84aa4 100644
--- a/lib/clang/libllvmmipscodegen/Makefile
+++ b/lib/clang/libllvmmipscodegen/Makefile
@@ -3,7 +3,9 @@
LIB= llvmmipscodegen
SRCDIR= lib/Target/Mips
-SRCS= MipsDelaySlotFiller.cpp \
+SRCS= MipsAsmPrinter.cpp \
+ MipsDelaySlotFiller.cpp \
+ MipsFrameLowering.cpp \
MipsISelDAGToDAG.cpp \
MipsISelLowering.cpp \
MipsInstrInfo.cpp \
@@ -15,6 +17,7 @@ SRCS= MipsDelaySlotFiller.cpp \
MipsTargetObjectFile.cpp
TGHDRS= Intrinsics \
+ MipsGenAsmWriter \
MipsGenCallingConv \
MipsGenDAGISel \
MipsGenInstrInfo \
OpenPOWER on IntegriCloud