1a5b036c7ffed1072332c73dc9337d6f91851136
[oota-llvm.git] / lib / Target / Sparc / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS Sparc.td)
2
3 tablegen(SparcGenRegisterInfo.inc -gen-register-info)
4 tablegen(SparcGenInstrNames.inc -gen-instr-enums)
5 tablegen(SparcGenInstrInfo.inc -gen-instr-desc)
6 tablegen(SparcGenAsmWriter.inc -gen-asm-writer)
7 tablegen(SparcGenDAGISel.inc -gen-dag-isel)
8 tablegen(SparcGenSubtarget.inc -gen-subtarget)
9 tablegen(SparcGenCallingConv.inc -gen-callingconv)
10
11 add_llvm_target(SparcCodeGen
12   DelaySlotFiller.cpp
13   FPMover.cpp
14   SparcAsmPrinter.cpp
15   SparcInstrInfo.cpp
16   SparcISelDAGToDAG.cpp
17   SparcISelLowering.cpp
18   SparcFrameLowering.cpp
19   SparcMCAsmInfo.cpp
20   SparcRegisterInfo.cpp
21   SparcSubtarget.cpp
22   SparcTargetMachine.cpp
23   SparcSelectionDAGInfo.cpp
24   )
25
26 add_subdirectory(TargetInfo)