Sign in
rust
/
rust-lang
/
llvm-project
/
b6b46f596a7d2523ee1acd1c00e699615849da60
/
.
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithObjectCache
/
CMakeLists.txt
blob: c5f8fd6a97a7f5ba6c72e3897a8e8e67e63a7f1c [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
OrcJIT
Support
nativecodegen
)
add_llvm_example(LLJITWithObjectCache
LLJITWithObjectCache.cpp
)