CMakeLists.txt 170 B

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