1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 07:37:34 +00:00

bug 4524: Add MSP430 to the cmake build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Pennington 2009-07-09 20:27:09 +00:00
parent 39f59d8250
commit a51984b8ba
2 changed files with 6 additions and 4 deletions

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

@ -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)