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