summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmx86codegen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmx86codegen/Makefile')
-rw-r--r--lib/clang/libllvmx86codegen/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/clang/libllvmx86codegen/Makefile b/lib/clang/libllvmx86codegen/Makefile
index 6964501..5dc45ef 100644
--- a/lib/clang/libllvmx86codegen/Makefile
+++ b/lib/clang/libllvmx86codegen/Makefile
@@ -3,9 +3,7 @@
LIB= llvmx86codegen
SRCDIR= lib/Target/X86
-SRCS= SSEDomainFix.cpp \
- X86AsmBackend.cpp \
- X86AsmPrinter.cpp \
+SRCS= X86AsmPrinter.cpp \
X86COFFMachineModuleInfo.cpp \
X86CodeEmitter.cpp \
X86ELFWriterInfo.cpp \
@@ -16,14 +14,13 @@ SRCS= SSEDomainFix.cpp \
X86ISelLowering.cpp \
X86InstrInfo.cpp \
X86JITInfo.cpp \
- X86MCCodeEmitter.cpp \
X86MCInstLower.cpp \
- X86MachObjectWriter.cpp \
X86RegisterInfo.cpp \
X86SelectionDAGInfo.cpp \
X86Subtarget.cpp \
X86TargetMachine.cpp \
- X86TargetObjectFile.cpp
+ X86TargetObjectFile.cpp \
+ X86VZeroUpper.cpp \
TGHDRS= Intrinsics \
X86GenCallingConv \
OpenPOWER on IntegriCloud