the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git] / lib / Target / CellSPU / CMakeLists.txt
blob14e8208ce924b44032630102a907768ea685062f
1 set(LLVM_TARGET_DEFINITIONS SPU.td)
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(SPUGenSubtargetInfo.inc -gen-subtarget)
9 tablegen(SPUGenCallingConv.inc -gen-callingconv)
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   )
26 add_subdirectory(TargetInfo)