aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/Android.mk')
-rw-r--r--lib/Target/X86/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/X86/Android.mk b/lib/Target/X86/Android.mk
index 445dd5d..f159bb2 100644
--- a/lib/Target/X86/Android.mk
+++ b/lib/Target/X86/Android.mk
@@ -14,7 +14,6 @@ x86_codegen_SRC_FILES := \
X86AsmPrinter.cpp \
X86COFFMachineModuleInfo.cpp \
X86CodeEmitter.cpp \
- X86ELFWriterInfo.cpp \
X86FastISel.cpp \
X86FloatingPoint.cpp \
X86FrameLowering.cpp \
@@ -24,11 +23,13 @@ x86_codegen_SRC_FILES := \
X86JITInfo.cpp \
X86MachineFunctionInfo.cpp \
X86MCInstLower.cpp \
+ X86PadShortFunction.cpp \
X86RegisterInfo.cpp \
X86SelectionDAGInfo.cpp \
X86Subtarget.cpp \
X86TargetMachine.cpp \
X86TargetObjectFile.cpp \
+ X86TargetTransformInfo.cpp \
X86VZeroUpper.cpp
# For the host