Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
[oota-llvm.git] / lib / Target / CellSPU / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS SPU.td)
2
3 tablegen(SPUGenAsmWriter.inc -gen-asm-writer)
4 tablegen(SPUGenCodeEmitter.inc -gen-emitter)
5 tablegen(SPUGenRegisterInfo.inc -gen-register-info)
6 tablegen(SPUGenInstrInfo.inc -gen-instr-info)
7 tablegen(SPUGenDAGISel.inc -gen-dag-isel)
8 tablegen(SPUGenSubtarget.inc -gen-subtarget)
9 tablegen(SPUGenCallingConv.inc -gen-callingconv)
10
11 add_llvm_target(CellSPUCodeGen
12   SPUAsmPrinter.cpp
13   SPUHazardRecognizers.cpp
14   SPUInstrInfo.cpp
15   SPUISelDAGToDAG.cpp
16   SPUISelLowering.cpp
17   SPUFrameLowering.cpp
18   SPUMCAsmInfo.cpp
19   SPURegisterInfo.cpp
20   SPUSubtarget.cpp
21   SPUTargetMachine.cpp
22   SPUSelectionDAGInfo.cpp
23   SPUNopFiller.cpp
24   )
25
26 add_subdirectory(TargetInfo)