1 set(LLVM_LINK_COMPONENTS 2 Core 3 ExecutionEngine 4 Interpreter 5 Support 6 nativecodegen 7 ) 8 9 add_llvm_example(HowToUseJIT 10 HowToUseJIT.cpp 11 ) 12