1set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3add_llvm_example(HowToUseJIT
4  HowToUseJIT.cpp
5  )
6