2009-05-03 12:58:22 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS MSP430.td)
|
|
|
|
|
|
|
|
tablegen(MSP430GenRegisterInfo.h.inc -gen-register-desc-header)
|
|
|
|
tablegen(MSP430GenRegisterNames.inc -gen-register-enums)
|
|
|
|
tablegen(MSP430GenRegisterInfo.inc -gen-register-desc)
|
|
|
|
tablegen(MSP430GenInstrNames.inc -gen-instr-enums)
|
|
|
|
tablegen(MSP430GenInstrInfo.inc -gen-instr-desc)
|
|
|
|
tablegen(MSP430GenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(MSP430GenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(MSP430GenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(MSP430GenSubtarget.inc -gen-subtarget)
|
|
|
|
|
2009-08-14 18:46:49 +00:00
|
|
|
add_llvm_target(MSP430CodeGen
|
2009-07-09 20:27:09 +00:00
|
|
|
MSP430InstrInfo.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
MSP430ISelDAGToDAG.cpp
|
2009-07-09 20:27:09 +00:00
|
|
|
MSP430ISelLowering.cpp
|
2009-08-31 13:05:24 +00:00
|
|
|
MSP430MCAsmInfo.cpp
|
|
|
|
MSP430RegisterInfo.cpp
|
2009-07-09 20:27:09 +00:00
|
|
|
MSP430Subtarget.cpp
|
2009-05-03 12:58:22 +00:00
|
|
|
MSP430TargetMachine.cpp
|
|
|
|
)
|
2009-07-09 20:27:09 +00:00
|
|
|
|
2009-08-14 18:46:49 +00:00
|
|
|
target_link_libraries (LLVMMSP430CodeGen LLVMSelectionDAG)
|