mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0db4271069
commit
7b81a0ef17
@ -1,8 +1,6 @@
|
||||
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
||||
|
||||
add_llvm_library(LLVMARMAsmPrinter
|
||||
ARMAsmPrinter.cpp
|
||||
ARMInstPrinter.cpp
|
||||
ARMMCInstLower.cpp
|
||||
)
|
||||
add_dependencies(LLVMARMAsmPrinter ARMCodeGenTable_gen)
|
||||
|
@ -13,6 +13,7 @@ tablegen(ARMGenSubtarget.inc -gen-subtarget)
|
||||
tablegen(ARMGenEDInfo.inc -gen-enhanced-disassembly-info)
|
||||
|
||||
add_llvm_target(ARMCodeGen
|
||||
ARMAsmPrinter.cpp
|
||||
ARMBaseInstrInfo.cpp
|
||||
ARMBaseRegisterInfo.cpp
|
||||
ARMCodeEmitter.cpp
|
||||
@ -25,7 +26,9 @@ add_llvm_target(ARMCodeGen
|
||||
ARMJITInfo.cpp
|
||||
ARMLoadStoreOptimizer.cpp
|
||||
ARMMCAsmInfo.cpp
|
||||
ARMMCInstLower.cpp
|
||||
ARMRegisterInfo.cpp
|
||||
ARMSelectionDAGInfo.cpp
|
||||
ARMSubtarget.cpp
|
||||
ARMTargetMachine.cpp
|
||||
ARMTargetObjectFile.cpp
|
||||
@ -38,7 +41,6 @@ add_llvm_target(ARMCodeGen
|
||||
Thumb2InstrInfo.cpp
|
||||
Thumb2RegisterInfo.cpp
|
||||
Thumb2SizeReduction.cpp
|
||||
ARMSelectionDAGInfo.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMARMCodeGen LLVMSelectionDAG)
|
||||
|
@ -2,8 +2,6 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
|
||||
|
||||
add_llvm_library(LLVMX86AsmPrinter
|
||||
X86ATTInstPrinter.cpp
|
||||
X86AsmPrinter.cpp
|
||||
X86IntelInstPrinter.cpp
|
||||
X86MCInstLower.cpp
|
||||
)
|
||||
add_dependencies(LLVMX86AsmPrinter X86CodeGenTable_gen)
|
||||
|
@ -18,9 +18,11 @@ tablegen(X86GenEDInfo.inc -gen-enhanced-disassembly-info)
|
||||
set(sources
|
||||
SSEDomainFix.cpp
|
||||
X86AsmBackend.cpp
|
||||
X86CodeEmitter.cpp
|
||||
X86AsmPrinter.cpp
|
||||
X86COFFMachineModuleInfo.cpp
|
||||
X86CodeEmitter.cpp
|
||||
X86ELFWriterInfo.cpp
|
||||
X86FastISel.cpp
|
||||
X86FloatingPoint.cpp
|
||||
X86ISelDAGToDAG.cpp
|
||||
X86ISelLowering.cpp
|
||||
@ -28,12 +30,12 @@ set(sources
|
||||
X86JITInfo.cpp
|
||||
X86MCAsmInfo.cpp
|
||||
X86MCCodeEmitter.cpp
|
||||
X86MCInstLower.cpp
|
||||
X86RegisterInfo.cpp
|
||||
X86SelectionDAGInfo.cpp
|
||||
X86Subtarget.cpp
|
||||
X86TargetMachine.cpp
|
||||
X86TargetObjectFile.cpp
|
||||
X86FastISel.cpp
|
||||
X86SelectionDAGInfo.cpp
|
||||
)
|
||||
|
||||
if( CMAKE_CL_64 )
|
||||
|
Loading…
Reference in New Issue
Block a user