1set(LLVM_LINK_COMPONENTS 2 AllTargetsAsmParsers 3 AllTargetsCodeGens 4 AllTargetsDescs 5 AllTargetsInfos 6 Analysis 7 AsmParser 8 AsmPrinter 9 CodeGen 10 Core 11 IRReader 12 MC 13 MIRParser 14 Remarks 15 ScalarOpts 16 SelectionDAG 17 Support 18 Target 19 TransformUtils 20 Vectorize 21 ) 22 23add_llvm_tool(llc 24 llc.cpp 25 26 DEPENDS 27 intrinsics_gen 28 SUPPORT_PLUGINS 29 ) 30 31export_executable_symbols_for_plugins(llc) 32