Sign in
llvm
/
llvm-project
/
a2404bc3231fe9a70c843016a66e23aa246b8f3c
/
.
/
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)