1set(LLVM_LINK_COMPONENTS2 Core3 ExecutionEngine4 IRReader5 OrcJIT6 Support7 nativecodegen8 )9 10add_llvm_example(LLJITWithLazyReexports11 LLJITWithLazyReexports.cpp12 )13