1set(LLVM_LINK_COMPONENTS2 Core3 ExecutionEngine4 IPO5 IRReader6 OrcJIT7 ScalarOpts8 Support9 nativecodegen10 )11 12add_llvm_example(LLJITRemovableCode13 LLJITRemovableCode.cpp14 )15