Update CMake stuff
[oota-llvm.git] / lib / Target / Blackfin / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS Blackfin.td)
2
3 tablegen(BlackfinGenRegisterInfo.h.inc -gen-register-desc-header)
4 tablegen(BlackfinGenRegisterNames.inc -gen-register-enums)
5 tablegen(BlackfinGenRegisterInfo.inc -gen-register-desc)
6 tablegen(BlackfinGenInstrNames.inc -gen-instr-enums)
7 tablegen(BlackfinGenInstrInfo.inc -gen-instr-desc)
8 tablegen(BlackfinGenAsmWriter.inc -gen-asm-writer)
9 tablegen(BlackfinGenDAGISel.inc -gen-dag-isel)
10 tablegen(BlackfinGenSubtarget.inc -gen-subtarget)
11 tablegen(BlackfinGenCallingConv.inc -gen-callingconv)
12 tablegen(BlackfinGenIntrinsics.inc -gen-tgt-intrinsic)
13
14 add_llvm_target(BlackfinCodeGen
15   BlackfinAsmPrinter.cpp
16   BlackfinInstrInfo.cpp
17   BlackfinIntrinsicInfo.cpp
18   BlackfinISelDAGToDAG.cpp
19   BlackfinISelLowering.cpp
20   BlackfinFrameLowering.cpp
21   BlackfinMCAsmInfo.cpp
22   BlackfinRegisterInfo.cpp
23   BlackfinSubtarget.cpp
24   BlackfinTargetMachine.cpp
25   BlackfinSelectionDAGInfo.cpp
26   )