Skip to content

Commit 6410edc

Browse files
committed
[examples] Add missing dependence on OrcShared.
Hopefully this will fix the linker error in https://lab.llvm.org/buildbot/#/builders/80/builds/7248.
1 parent e33b00a commit 6410edc

File tree

1 file changed

+1
-0
lines changed
  • llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin

1 file changed

+1
-0
lines changed

llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
33
IRReader
44
JITLink
55
OrcJIT
6+
OrcShared
67
Support
78
nativecodegen
89
)

0 commit comments

Comments
 (0)