bug 4524: Add MSP430 to the cmake build.

llvm-svn: 75170
This commit is contained in:
Richard Pennington 2009-07-09 20:27:09 +00:00
parent faa5bcf31d
commit 6cfce9d61d
2 changed files with 6 additions and 4 deletions

View File

@ -37,6 +37,7 @@ set(LLVM_ALL_TARGETS
IA64
Mips
MSIL
MSP430
PIC16
PowerPC
Sparc

View File

@ -12,12 +12,13 @@ tablegen(MSP430GenSubtarget.inc -gen-subtarget)
add_llvm_target(MSP430
MSP430AsmPrinter.cpp
MSP430FrameInfo.cpp
MSP430InstrInfo.cpp
MSP430ISelDAGToDAG.cpp
MSP430ISelLowering.cpp
MSP430RegisterInfo.cpp
MSP430Subtarget.cpp
MSP430TargetAsmInfo.cpp
MSP430InstrInfo.cpp
MSP430ISelLowering.cpp
MSP430Subtarget.cpp
MSP430TargetMachine.cpp
)
target_link_libraries (LLVMMSP430 LLVMSelectionDAG)