1set(LLVM_LINK_COMPONENTS
2  Core
3  OrcJIT
4  Support
5  nativecodegen
6  )
7
8add_llvm_example(HowToUseLLJIT
9  HowToUseLLJIT.cpp
10  )
11