1set(LLVM_LINK_COMPONENTS 2 ${LLVM_TARGETS_TO_BUILD} 3 MC 4 MCParser 5 Support 6 ) 7 8add_llvm_tool(llvm-mc 9 llvm-mc.cpp 10 Disassembler.cpp 11 ) 12