CMakeLists.txt 146 B

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