1add_llvm_component_library(LLVMMSP430AsmParser
2  MSP430AsmParser.cpp
3
4  LINK_COMPONENTS
5  MC
6  MCParser
7  MSP430Desc
8  MSP430Info
9  Support
10
11  ADD_TO_COMPONENT
12  MSP430
13)
14