1add_llvm_component_library(LLVMMSP430Desc 2 MSP430AsmBackend.cpp 3 MSP430ELFObjectWriter.cpp 4 MSP430ELFStreamer.cpp 5 MSP430InstPrinter.cpp 6 MSP430MCAsmInfo.cpp 7 MSP430MCCodeEmitter.cpp 8 MSP430MCTargetDesc.cpp 9 10 LINK_COMPONENTS 11 MC 12 MSP430Info 13 Support 14 15 ADD_TO_COMPONENT 16 MSP430 17 ) 18