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)