Sign in
llvm
/
llvm-project
/
d309d7e4fe51a0ff0ce6430a8af585e2af2772a3
/
.
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithObjectLinkingLayerPlugin
/
CMakeLists.txt
blob: 6177d4596e3691667343fd06adc6efe6bc7aba84 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
IRReader
JITLink
OrcJIT
Support
nativecodegen
)
add_llvm_example(LLJITWithObjectLinkingLayerPlugin
LLJITWithObjectLinkingLayerPlugin.cpp
)
export_executable_symbols(LLJITWithObjectLinkingLayerPlugin)