summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmtarget
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmtarget')
-rw-r--r--lib/clang/libllvmtarget/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/clang/libllvmtarget/Makefile b/lib/clang/libllvmtarget/Makefile
index 71306a3..56544d1 100644
--- a/lib/clang/libllvmtarget/Makefile
+++ b/lib/clang/libllvmtarget/Makefile
@@ -6,11 +6,13 @@ SRCDIR= lib/Target
SRCS= Mangler.cpp \
SubtargetFeature.cpp \
Target.cpp \
+ TargetAsmInfo.cpp \
TargetAsmLexer.cpp \
TargetData.cpp \
TargetELFWriterInfo.cpp \
- TargetFrameInfo.cpp \
+ TargetFrameLowering.cpp \
TargetInstrInfo.cpp \
+ TargetLibraryInfo.cpp \
TargetLoweringObjectFile.cpp \
TargetMachine.cpp \
TargetRegisterInfo.cpp \
OpenPOWER on IntegriCloud