summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmpowerpccodegen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmpowerpccodegen')
-rw-r--r--lib/clang/libllvmpowerpccodegen/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/clang/libllvmpowerpccodegen/Makefile b/lib/clang/libllvmpowerpccodegen/Makefile
index 58b01c9..7d43ae1 100644
--- a/lib/clang/libllvmpowerpccodegen/Makefile
+++ b/lib/clang/libllvmpowerpccodegen/Makefile
@@ -3,14 +3,19 @@
LIB= llvmpowerpccodegen
SRCDIR= lib/Target/PowerPC
-SRCS= PPCBranchSelector.cpp \
+SRCS= PPCAsmBackend.cpp \
+ PPCAsmPrinter.cpp \
+ PPCBranchSelector.cpp \
PPCCodeEmitter.cpp \
+ PPCFrameLowering.cpp \
PPCHazardRecognizers.cpp \
PPCISelDAGToDAG.cpp \
PPCISelLowering.cpp \
PPCInstrInfo.cpp \
PPCJITInfo.cpp \
PPCMCAsmInfo.cpp \
+ PPCMCCodeEmitter.cpp \
+ PPCMCInstLower.cpp \
PPCPredicates.cpp \
PPCRegisterInfo.cpp \
PPCSelectionDAGInfo.cpp \
@@ -23,6 +28,7 @@ TGHDRS= Intrinsics \
PPCGenDAGISel \
PPCGenInstrInfo \
PPCGenInstrNames \
+ PPCGenMCCodeEmitter \
PPCGenRegisterInfo \
PPCGenRegisterInfo.h \
PPCGenRegisterNames \
OpenPOWER on IntegriCloud