1set(LLVM_LINK_COMPONENTS 2 Analysis 3 CodeGen 4 Core 5 ExecutionEngine 6 IPO 7 IRPrinter 8 IRReader 9 MC 10 MCJIT 11 Object 12 Passes 13 RuntimeDyld 14 SelectionDAG 15 Support 16 Target 17 TargetParser 18 TransformUtils 19 native 20) 21 22add_clang_library(clangHandleLLVM 23 handle_llvm.cpp 24 25 DEPENDS 26 intrinsics_gen 27 ) 28