mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
018b2055fc
llvm-svn: 134281
26 lines
670 B
CMake
26 lines
670 B
CMake
set(LLVM_TARGET_DEFINITIONS Sparc.td)
|
|
|
|
tablegen(SparcGenRegisterInfo.inc -gen-register-info)
|
|
tablegen(SparcGenInstrInfo.inc -gen-instr-info)
|
|
tablegen(SparcGenAsmWriter.inc -gen-asm-writer)
|
|
tablegen(SparcGenDAGISel.inc -gen-dag-isel)
|
|
tablegen(SparcGenSubtargetInfo.inc -gen-subtarget)
|
|
tablegen(SparcGenCallingConv.inc -gen-callingconv)
|
|
|
|
add_llvm_target(SparcCodeGen
|
|
DelaySlotFiller.cpp
|
|
FPMover.cpp
|
|
SparcAsmPrinter.cpp
|
|
SparcInstrInfo.cpp
|
|
SparcISelDAGToDAG.cpp
|
|
SparcISelLowering.cpp
|
|
SparcFrameLowering.cpp
|
|
SparcMCAsmInfo.cpp
|
|
SparcRegisterInfo.cpp
|
|
SparcSubtarget.cpp
|
|
SparcTargetMachine.cpp
|
|
SparcSelectionDAGInfo.cpp
|
|
)
|
|
|
|
add_subdirectory(TargetInfo)
|