Skip to content
Snippets Groups Projects
Commit a51984b8 authored by Richard Pennington's avatar Richard Pennington
Browse files

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
parent 39f59d82
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment