Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00bb397b0dc79fcad27bfe63456a2100039706f2
/
.
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithTargetProcessControl
/
CMakeLists.txt
blob: 10e0de8d64bda08fb9464eb3c8ada54a50de8930 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
OrcJIT
Support
nativecodegen
)
add_llvm_example(LLJITWithTargetProcessControl
LLJITWithTargetProcessControl.cpp
)