1add_llvm_component_library(LLVMXCoreDesc 2 XCoreInstPrinter.cpp 3 XCoreMCTargetDesc.cpp 4 XCoreMCAsmInfo.cpp 5 6 LINK_COMPONENTS 7 MC 8 Support 9 XCoreInfo 10 11 ADD_TO_COMPONENT 12 XCore 13 ) 14