Sign in
rust
/
rust-lang
/
llvm-project
/
98bfdac5ce82d1679f8af9a57501471812ab68d7
/
.
/
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)