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