15 lines · plain
1set(LLVM_LINK_COMPONENTS2 Core3 ExecutionEngine4 IPO5 IRReader6 OrcJIT7 ScalarOpts8 Support9 nativecodegen10 )11 12add_llvm_example(LLJITWithOptimizingIRTransform13 LLJITWithOptimizingIRTransform.cpp14 )15 1set(LLVM_LINK_COMPONENTS2 Core3 ExecutionEngine4 IPO5 IRReader6 OrcJIT7 ScalarOpts8 Support9 nativecodegen10 )11 12add_llvm_example(LLJITWithOptimizingIRTransform13 LLJITWithOptimizingIRTransform.cpp14 )15