mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Forgot to update some CMakeLists.
llvm-svn: 79780
This commit is contained in:
parent
4a7695a622
commit
52cba58070
@ -24,7 +24,7 @@ add_llvm_target(ARMCodeGen
|
||||
ARMLoadStoreOptimizer.cpp
|
||||
ARMRegisterInfo.cpp
|
||||
ARMSubtarget.cpp
|
||||
ARMTargetAsmInfo.cpp
|
||||
ARMMCAsmInfo.cpp
|
||||
ARMTargetMachine.cpp
|
||||
NEONPreAllocPass.cpp
|
||||
Thumb1InstrInfo.cpp
|
||||
|
@ -21,7 +21,7 @@ add_llvm_target(AlphaCodeGen
|
||||
AlphaLLRP.cpp
|
||||
AlphaRegisterInfo.cpp
|
||||
AlphaSubtarget.cpp
|
||||
AlphaTargetAsmInfo.cpp
|
||||
AlphaMCAsmInfo.cpp
|
||||
AlphaTargetMachine.cpp
|
||||
)
|
||||
|
||||
|
@ -16,6 +16,6 @@ add_llvm_target(BlackfinCodeGen
|
||||
BlackfinISelLowering.cpp
|
||||
BlackfinRegisterInfo.cpp
|
||||
BlackfinSubtarget.cpp
|
||||
BlackfinTargetAsmInfo.cpp
|
||||
BlackfinMCAsmInfo.cpp
|
||||
BlackfinTargetMachine.cpp
|
||||
)
|
||||
|
@ -19,7 +19,7 @@ add_llvm_target(CellSPUCodeGen
|
||||
SPUISelLowering.cpp
|
||||
SPURegisterInfo.cpp
|
||||
SPUSubtarget.cpp
|
||||
SPUTargetAsmInfo.cpp
|
||||
SPUMCAsmInfo.cpp
|
||||
SPUTargetMachine.cpp
|
||||
)
|
||||
|
||||
|
@ -13,7 +13,7 @@ tablegen(MSP430GenSubtarget.inc -gen-subtarget)
|
||||
add_llvm_target(MSP430CodeGen
|
||||
MSP430ISelDAGToDAG.cpp
|
||||
MSP430RegisterInfo.cpp
|
||||
MSP430TargetAsmInfo.cpp
|
||||
MSP430MCAsmInfo.cpp
|
||||
MSP430InstrInfo.cpp
|
||||
MSP430ISelLowering.cpp
|
||||
MSP430Subtarget.cpp
|
||||
|
@ -17,7 +17,7 @@ add_llvm_target(MipsCodeGen
|
||||
MipsISelLowering.cpp
|
||||
MipsRegisterInfo.cpp
|
||||
MipsSubtarget.cpp
|
||||
MipsTargetAsmInfo.cpp
|
||||
MipsMCAsmInfo.cpp
|
||||
MipsTargetMachine.cpp
|
||||
MipsTargetObjectFile.cpp
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ add_llvm_target(PIC16
|
||||
PIC16MemSelOpt.cpp
|
||||
PIC16RegisterInfo.cpp
|
||||
PIC16Subtarget.cpp
|
||||
PIC16TargetAsmInfo.cpp
|
||||
PIC16MCAsmInfo.cpp
|
||||
PIC16TargetMachine.cpp
|
||||
PIC16TargetObjectFile.cpp
|
||||
)
|
||||
|
@ -23,7 +23,7 @@ add_llvm_target(PowerPCCodeGen
|
||||
PPCPredicates.cpp
|
||||
PPCRegisterInfo.cpp
|
||||
PPCSubtarget.cpp
|
||||
PPCTargetAsmInfo.cpp
|
||||
PPCMCAsmInfo.cpp
|
||||
PPCTargetMachine.cpp
|
||||
)
|
||||
|
||||
|
@ -18,7 +18,7 @@ add_llvm_target(SparcCodeGen
|
||||
SparcISelLowering.cpp
|
||||
SparcRegisterInfo.cpp
|
||||
SparcSubtarget.cpp
|
||||
SparcTargetAsmInfo.cpp
|
||||
SparcMCAsmInfo.cpp
|
||||
SparcTargetMachine.cpp
|
||||
)
|
||||
|
||||
|
@ -16,7 +16,7 @@ add_llvm_target(SystemZCodeGen
|
||||
SystemZInstrInfo.cpp
|
||||
SystemZRegisterInfo.cpp
|
||||
SystemZSubtarget.cpp
|
||||
SystemZTargetAsmInfo.cpp
|
||||
SystemZMCAsmInfo.cpp
|
||||
SystemZTargetMachine.cpp
|
||||
)
|
||||
|
||||
|
@ -24,7 +24,7 @@ set(sources
|
||||
X86JITInfo.cpp
|
||||
X86RegisterInfo.cpp
|
||||
X86Subtarget.cpp
|
||||
X86TargetAsmInfo.cpp
|
||||
X86MCAsmInfo.cpp
|
||||
X86TargetMachine.cpp
|
||||
X86FastISel.cpp
|
||||
)
|
||||
|
@ -18,7 +18,7 @@ add_llvm_target(XCore
|
||||
XCoreISelLowering.cpp
|
||||
XCoreRegisterInfo.cpp
|
||||
XCoreSubtarget.cpp
|
||||
XCoreTargetAsmInfo.cpp
|
||||
XCoreMCAsmInfo.cpp
|
||||
XCoreTargetMachine.cpp
|
||||
XCoreTargetObjectFile.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user