diff options
author | Logan Chien <loganchien@google.com> | 2011-10-21 14:45:53 +0800 |
---|---|---|
committer | Logan Chien <loganchien@google.com> | 2011-10-21 14:45:53 +0800 |
commit | 2e5a5ee613fae456a8ed4282acede56860682f4f (patch) | |
tree | 39ebff118a152d71b4d602fe548ebb3b6cacd9af /lib/Target/X86/Android.mk | |
parent | 0ebc07a576037e4e36f68bf5cece32740ca120c0 (diff) | |
download | external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.zip external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.gz external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.bz2 |
Apply changes to migrate to upstream Oct 20th 2011.
Change-Id: I2bb819151f3fa5ce18690ef373bf071205d3f278
Diffstat (limited to 'lib/Target/X86/Android.mk')
-rw-r--r-- | lib/Target/X86/Android.mk | 59 |
1 files changed, 28 insertions, 31 deletions
diff --git a/lib/Target/X86/Android.mk b/lib/Target/X86/Android.mk index 9a86718..8432ad9 100644 --- a/lib/Target/X86/Android.mk +++ b/lib/Target/X86/Android.mk @@ -1,37 +1,34 @@ LOCAL_PATH := $(call my-dir) -x86_codegen_TBLGEN_TABLES := \ - X86GenAsmWriter.inc \ - X86GenAsmWriter1.inc \ - X86GenRegisterInfo.inc \ - X86GenInstrInfo.inc \ - X86GenDAGISel.inc \ - X86GenFastISel.inc \ - X86GenSubtargetInfo.inc \ - X86GenCallingConv.inc +x86_codegen_TBLGEN_TABLES := \ + X86GenAsmWriter.inc \ + X86GenAsmWriter1.inc \ + X86GenRegisterInfo.inc \ + X86GenInstrInfo.inc \ + X86GenDAGISel.inc \ + X86GenFastISel.inc \ + X86GenSubtargetInfo.inc \ + X86GenCallingConv.inc -x86_codegen_SRC_FILES := \ - SSEDomainFix.cpp \ - X86AsmBackend.cpp \ - X86AsmPrinter.cpp \ - X86COFFMachineModuleInfo.cpp \ - X86CodeEmitter.cpp \ - X86ELFWriterInfo.cpp \ - X86FastISel.cpp \ - X86FloatingPoint.cpp\ - X86FrameLowering.cpp\ - X86ISelDAGToDAG.cpp \ - X86ISelLowering.cpp \ - X86InstrInfo.cpp \ - X86JITInfo.cpp \ - X86MachObjectWriter.cpp \ - X86MCCodeEmitter.cpp \ - X86MCInstLower.cpp \ - X86RegisterInfo.cpp \ - X86SelectionDAGInfo.cpp \ - X86Subtarget.cpp \ - X86TargetMachine.cpp \ - X86TargetObjectFile.cpp +x86_codegen_SRC_FILES := \ + X86AsmPrinter.cpp \ + X86COFFMachineModuleInfo.cpp \ + X86CodeEmitter.cpp \ + X86ELFWriterInfo.cpp \ + X86FastISel.cpp \ + X86FloatingPoint.cpp \ + X86FrameLowering.cpp \ + X86ISelDAGToDAG.cpp \ + X86ISelLowering.cpp \ + X86InstrInfo.cpp \ + X86JITInfo.cpp \ + X86MCInstLower.cpp \ + X86RegisterInfo.cpp \ + X86SelectionDAGInfo.cpp \ + X86Subtarget.cpp \ + X86TargetMachine.cpp \ + X86TargetObjectFile.cpp \ + X86VZeroUpper.cpp # For the host # ===================================================== |