mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
59c8ae34f7
of testing for its presence at cmake time. This way the build automatically regenerates the makefiles when a svn update brings in a new sublibrary. llvm-svn: 126068
29 lines
835 B
CMake
29 lines
835 B
CMake
set(LLVM_TARGET_DEFINITIONS Sparc.td)
|
|
|
|
tablegen(SparcGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
tablegen(SparcGenRegisterNames.inc -gen-register-enums)
|
|
tablegen(SparcGenRegisterInfo.inc -gen-register-desc)
|
|
tablegen(SparcGenInstrNames.inc -gen-instr-enums)
|
|
tablegen(SparcGenInstrInfo.inc -gen-instr-desc)
|
|
tablegen(SparcGenAsmWriter.inc -gen-asm-writer)
|
|
tablegen(SparcGenDAGISel.inc -gen-dag-isel)
|
|
tablegen(SparcGenSubtarget.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)
|