Hopefully this will fix the linker error in https://lab.llvm.org/buildbot/#/builders/80/builds/7248.
14 lines
200 B
CMake
14 lines
200 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
IRReader
|
|
JITLink
|
|
OrcJIT
|
|
OrcShared
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(LLJITWithObjectLinkingLayerPlugin
|
|
LLJITWithObjectLinkingLayerPlugin.cpp
|
|
)
|