Normalize makefile comments and sort cmake file lists.
[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
13 add_llvm_target(BlackfinCodeGen
14   BlackfinInstrInfo.cpp
15   BlackfinISelDAGToDAG.cpp
16   BlackfinISelLowering.cpp
17   BlackfinMCAsmInfo.cpp
18   BlackfinRegisterInfo.cpp
19   BlackfinSubtarget.cpp
20   BlackfinTargetMachine.cpp
21   )