diff options
Diffstat (limited to 'lib/Target/X86/Android.mk')
-rw-r--r-- | lib/Target/X86/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/X86/Android.mk b/lib/Target/X86/Android.mk index e2c4be7..861a41d 100644 --- a/lib/Target/X86/Android.mk +++ b/lib/Target/X86/Android.mk @@ -12,8 +12,6 @@ x86_codegen_TBLGEN_TABLES := \ x86_codegen_SRC_FILES := \ X86AsmPrinter.cpp \ - X86AtomicExpandPass.cpp \ - X86CodeEmitter.cpp \ X86FastISel.cpp \ X86FixupLEAs.cpp \ X86FloatingPoint.cpp \ @@ -21,7 +19,6 @@ x86_codegen_SRC_FILES := \ X86ISelDAGToDAG.cpp \ X86ISelLowering.cpp \ X86InstrInfo.cpp \ - X86JITInfo.cpp \ X86MachineFunctionInfo.cpp \ X86MCInstLower.cpp \ X86PadShortFunction.cpp \ |