mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
Update CMake stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16c29b5f28
commit
7af6fad0a7
@ -27,7 +27,7 @@ add_llvm_target(ARMCodeGen
|
||||
ARMELFWriterInfo.cpp
|
||||
ARMExpandPseudoInsts.cpp
|
||||
ARMFastISel.cpp
|
||||
ARMFrameInfo.cpp
|
||||
ARMFrameLowering.cpp
|
||||
ARMGlobalMerge.cpp
|
||||
ARMHazardRecognizer.cpp
|
||||
ARMISelDAGToDAG.cpp
|
||||
@ -46,7 +46,7 @@ add_llvm_target(ARMCodeGen
|
||||
MLxExpansionPass.cpp
|
||||
NEONMoveFix.cpp
|
||||
Thumb1InstrInfo.cpp
|
||||
Thumb1FrameInfo.cpp
|
||||
Thumb1FrameLowering.cpp
|
||||
Thumb1RegisterInfo.cpp
|
||||
Thumb2ITBlockPass.cpp
|
||||
Thumb2InstrInfo.cpp
|
||||
|
@ -16,7 +16,7 @@ add_llvm_target(AlphaCodeGen
|
||||
AlphaInstrInfo.cpp
|
||||
AlphaISelDAGToDAG.cpp
|
||||
AlphaISelLowering.cpp
|
||||
AlphaFrameInfo.cpp
|
||||
AlphaFrameLowering.cpp
|
||||
AlphaLLRP.cpp
|
||||
AlphaMCAsmInfo.cpp
|
||||
AlphaRegisterInfo.cpp
|
||||
|
@ -17,7 +17,7 @@ add_llvm_target(BlackfinCodeGen
|
||||
BlackfinIntrinsicInfo.cpp
|
||||
BlackfinISelDAGToDAG.cpp
|
||||
BlackfinISelLowering.cpp
|
||||
BlackfinFrameInfo.cpp
|
||||
BlackfinFrameLowering.cpp
|
||||
BlackfinMCAsmInfo.cpp
|
||||
BlackfinRegisterInfo.cpp
|
||||
BlackfinSubtarget.cpp
|
||||
|
@ -6,7 +6,7 @@ add_llvm_library(LLVMTarget
|
||||
TargetAsmLexer.cpp
|
||||
TargetData.cpp
|
||||
TargetELFWriterInfo.cpp
|
||||
TargetFrameInfo.cpp
|
||||
TargetFrameLowering.cpp
|
||||
TargetInstrInfo.cpp
|
||||
TargetIntrinsicInfo.cpp
|
||||
TargetLoweringObjectFile.cpp
|
||||
|
@ -13,12 +13,11 @@ tablegen(SPUGenCallingConv.inc -gen-callingconv)
|
||||
|
||||
add_llvm_target(CellSPUCodeGen
|
||||
SPUAsmPrinter.cpp
|
||||
SPUFrameInfo.cpp
|
||||
SPUHazardRecognizers.cpp
|
||||
SPUInstrInfo.cpp
|
||||
SPUISelDAGToDAG.cpp
|
||||
SPUISelLowering.cpp
|
||||
SPUFrameInfo.cpp
|
||||
SPUFrameLowering.cpp
|
||||
SPUMCAsmInfo.cpp
|
||||
SPURegisterInfo.cpp
|
||||
SPUSubtarget.cpp
|
||||
|
@ -19,7 +19,7 @@ add_llvm_target(MBlazeCodeGen
|
||||
MBlazeInstrInfo.cpp
|
||||
MBlazeISelDAGToDAG.cpp
|
||||
MBlazeISelLowering.cpp
|
||||
MBlazeFrameInfo.cpp
|
||||
MBlazeFrameLowering.cpp
|
||||
MBlazeMCAsmInfo.cpp
|
||||
MBlazeRegisterInfo.cpp
|
||||
MBlazeSubtarget.cpp
|
||||
|
@ -15,7 +15,7 @@ add_llvm_target(MSP430CodeGen
|
||||
MSP430ISelDAGToDAG.cpp
|
||||
MSP430ISelLowering.cpp
|
||||
MSP430InstrInfo.cpp
|
||||
MSP430FrameInfo.cpp
|
||||
MSP430FrameLowering.cpp
|
||||
MSP430MCAsmInfo.cpp
|
||||
MSP430RegisterInfo.cpp
|
||||
MSP430Subtarget.cpp
|
||||
|
@ -16,7 +16,7 @@ add_llvm_target(MipsCodeGen
|
||||
MipsInstrInfo.cpp
|
||||
MipsISelDAGToDAG.cpp
|
||||
MipsISelLowering.cpp
|
||||
MipsFrameInfo.cpp
|
||||
MipsFrameLowering.cpp
|
||||
MipsMCAsmInfo.cpp
|
||||
MipsRegisterInfo.cpp
|
||||
MipsSubtarget.cpp
|
||||
|
@ -14,7 +14,7 @@ add_llvm_target(PTXCodeGen
|
||||
PTXISelDAGToDAG.cpp
|
||||
PTXISelLowering.cpp
|
||||
PTXInstrInfo.cpp
|
||||
PTXFrameInfo.cpp
|
||||
PTXFrameLowering.cpp
|
||||
PTXMCAsmInfo.cpp
|
||||
PTXMCAsmStreamer.cpp
|
||||
PTXMFInfoExtract.cpp
|
||||
|
@ -21,7 +21,7 @@ add_llvm_target(PowerPCCodeGen
|
||||
PPCInstrInfo.cpp
|
||||
PPCISelDAGToDAG.cpp
|
||||
PPCISelLowering.cpp
|
||||
PPCFrameInfo.cpp
|
||||
PPCFrameLowering.cpp
|
||||
PPCJITInfo.cpp
|
||||
PPCMCAsmInfo.cpp
|
||||
PPCMCCodeEmitter.cpp
|
||||
|
@ -17,7 +17,7 @@ add_llvm_target(SparcCodeGen
|
||||
SparcInstrInfo.cpp
|
||||
SparcISelDAGToDAG.cpp
|
||||
SparcISelLowering.cpp
|
||||
SparcFrameInfo.cpp
|
||||
SparcFrameLowering.cpp
|
||||
SparcMCAsmInfo.cpp
|
||||
SparcRegisterInfo.cpp
|
||||
SparcSubtarget.cpp
|
||||
|
@ -15,7 +15,7 @@ add_llvm_target(SystemZCodeGen
|
||||
SystemZISelDAGToDAG.cpp
|
||||
SystemZISelLowering.cpp
|
||||
SystemZInstrInfo.cpp
|
||||
SystemZFrameInfo.cpp
|
||||
SystemZFrameLowering.cpp
|
||||
SystemZMCAsmInfo.cpp
|
||||
SystemZRegisterInfo.cpp
|
||||
SystemZSubtarget.cpp
|
||||
|
@ -24,7 +24,7 @@ set(sources
|
||||
X86ELFWriterInfo.cpp
|
||||
X86FastISel.cpp
|
||||
X86FloatingPoint.cpp
|
||||
X86FrameInfo.cpp
|
||||
X86FrameLowering.cpp
|
||||
X86ISelDAGToDAG.cpp
|
||||
X86ISelLowering.cpp
|
||||
X86InstrInfo.cpp
|
||||
|
@ -12,7 +12,7 @@ tablegen(XCoreGenSubtarget.inc -gen-subtarget)
|
||||
|
||||
add_llvm_target(XCoreCodeGen
|
||||
XCoreAsmPrinter.cpp
|
||||
XCoreFrameInfo.cpp
|
||||
XCoreFrameLowering.cpp
|
||||
XCoreInstrInfo.cpp
|
||||
XCoreISelDAGToDAG.cpp
|
||||
XCoreISelLowering.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user