Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4cbb87feab0ce5fe0658711cce0e71075206c6f
/
.
/
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
)