1add_llvm_component_library(LLVMMSP430Disassembler 2 MSP430Disassembler.cpp 3 4 LINK_COMPONENTS 5 MCDisassembler 6 MSP430Info 7 Support 8 9 ADD_TO_COMPONENT 10 MSP430 11 ) 12