diff options
Diffstat (limited to 'lib/clang/libllvmarmasmprinter/Makefile')
-rw-r--r-- | lib/clang/libllvmarmasmprinter/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/clang/libllvmarmasmprinter/Makefile b/lib/clang/libllvmarmasmprinter/Makefile index 1566ea5..bd333a7 100644 --- a/lib/clang/libllvmarmasmprinter/Makefile +++ b/lib/clang/libllvmarmasmprinter/Makefile @@ -4,13 +4,10 @@ LIB= llvmarmasmprinter SRCDIR= lib/Target/ARM/AsmPrinter INCDIR= lib/Target/ARM -SRCS= ARMAsmPrinter.cpp \ - ARMInstPrinter.cpp \ - ARMMCInstLower.cpp +SRCS= ARMInstPrinter.cpp TGHDRS= ARMGenAsmWriter \ ARMGenInstrNames \ - ARMGenRegisterInfo.h \ ARMGenRegisterNames .include "../clang.lib.mk" |