mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-04 10:52:30 +00:00
385e930d55
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134281 91177308-0d34-0410-b5e6-96231b3b80d8
26 lines
771 B
CMake
26 lines
771 B
CMake
set(LLVM_TARGET_DEFINITIONS Blackfin.td)
|
|
|
|
tablegen(BlackfinGenRegisterInfo.inc -gen-register-info)
|
|
tablegen(BlackfinGenInstrInfo.inc -gen-instr-info)
|
|
tablegen(BlackfinGenAsmWriter.inc -gen-asm-writer)
|
|
tablegen(BlackfinGenDAGISel.inc -gen-dag-isel)
|
|
tablegen(BlackfinGenSubtargetInfo.inc -gen-subtarget)
|
|
tablegen(BlackfinGenCallingConv.inc -gen-callingconv)
|
|
tablegen(BlackfinGenIntrinsics.inc -gen-tgt-intrinsic)
|
|
|
|
add_llvm_target(BlackfinCodeGen
|
|
BlackfinAsmPrinter.cpp
|
|
BlackfinInstrInfo.cpp
|
|
BlackfinIntrinsicInfo.cpp
|
|
BlackfinISelDAGToDAG.cpp
|
|
BlackfinISelLowering.cpp
|
|
BlackfinFrameLowering.cpp
|
|
BlackfinMCAsmInfo.cpp
|
|
BlackfinRegisterInfo.cpp
|
|
BlackfinSubtarget.cpp
|
|
BlackfinTargetMachine.cpp
|
|
BlackfinSelectionDAGInfo.cpp
|
|
)
|
|
|
|
add_subdirectory(TargetInfo)
|