aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Android.mk
diff options
context:
space:
mode:
authorJush Lu <jush.msn@gmail.com>2011-03-10 03:06:08 +0800
committerJush Lu <jush.msn@gmail.com>2011-03-10 03:06:08 +0800
commitcc7665f5895e1dd9682ee21d1e755d0de28c161b (patch)
treef6808f4ce9aa3895088722fb4454d9ea58e59a5b /lib/Target/X86/Android.mk
parentb5530586d68bd25831a6796b5d3199cb0769a35c (diff)
downloadexternal_llvm-cc7665f5895e1dd9682ee21d1e755d0de28c161b.zip
external_llvm-cc7665f5895e1dd9682ee21d1e755d0de28c161b.tar.gz
external_llvm-cc7665f5895e1dd9682ee21d1e755d0de28c161b.tar.bz2
Update build scripts after merge r127116
Diffstat (limited to 'lib/Target/X86/Android.mk')
-rw-r--r--lib/Target/X86/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Target/X86/Android.mk b/lib/Target/X86/Android.mk
index a30528b..d0e5334 100644
--- a/lib/Target/X86/Android.mk
+++ b/lib/Target/X86/Android.mk
@@ -1,6 +1,8 @@
LOCAL_PATH := $(call my-dir)
x86_codegen_TBLGEN_TABLES := \
+ X86GenAsmWriter.inc \
+ X86GenAsmWriter1.inc \
X86GenRegisterInfo.h.inc \
X86GenRegisterNames.inc \
X86GenRegisterInfo.inc \
@@ -14,16 +16,18 @@ x86_codegen_TBLGEN_TABLES := \
x86_codegen_SRC_FILES := \
SSEDomainFix.cpp \
X86AsmBackend.cpp \
+ X86AsmPrinter.cpp \
X86COFFMachineModuleInfo.cpp \
X86CodeEmitter.cpp \
X86ELFWriterInfo.cpp \
X86FastISel.cpp \
X86FloatingPoint.cpp\
- X86FrameInfo.cpp \
+ X86FrameLowering.cpp\
X86ISelDAGToDAG.cpp \
X86ISelLowering.cpp \
X86InstrInfo.cpp \
X86JITInfo.cpp \
+ X86MachObjectWriter.cpp \
X86MCAsmInfo.cpp \
X86MCCodeEmitter.cpp \
X86MCInstLower.cpp \