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