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