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