blob: 18d62732c47991c10c1476b7f7453d919c0af691 [file] [log] [blame]
Daniel Dunbar88f35c82009-07-20 00:24:17 +00001set(LLVM_TARGET_DEFINITIONS SystemZ.td)
2
3tablegen(SystemZGenRegisterInfo.h.inc -gen-register-desc-header)
4tablegen(SystemZGenRegisterNames.inc -gen-register-enums)
5tablegen(SystemZGenRegisterInfo.inc -gen-register-desc)
6tablegen(SystemZGenInstrNames.inc -gen-instr-enums)
7tablegen(SystemZGenInstrInfo.inc -gen-instr-desc)
8tablegen(SystemZGenAsmWriter.inc -gen-asm-writer)
9tablegen(SystemZGenDAGISel.inc -gen-dag-isel)
10tablegen(SystemZGenCallingConv.inc -gen-callingconv)
11tablegen(SystemZGenSubtarget.inc -gen-subtarget)
12
13add_llvm_target(SystemZCodeGen
14 SystemZISelDAGToDAG.cpp
15 SystemZISelLowering.cpp
16 SystemZInstrInfo.cpp
17 SystemZRegisterInfo.cpp
18 SystemZSubtarget.cpp
19 SystemZTargetAsmInfo.cpp
20 SystemZTargetMachine.cpp
21 )
22
23target_link_libraries (LLVMSystemZCodeGen LLVMSelectionDAG)