Skip to content

Commit 5ff916a

Browse files
committed
[ORC][JITLink] Add dependence on OrcShared to JITLink.
JITLink depends on OrcShared as of c0fdc74. This should fix the build failure at https://lab.llvm.org/buildbot#builders/61/builds/19796.
1 parent 7a161eb commit 5ff916a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ add_llvm_component_library(LLVMJITLink
4141
target_link_libraries(LLVMJITLink
4242
PRIVATE
4343
LLVMObject
44+
LLVMOrcShared
4445
LLVMOrcTargetProcess
4546
LLVMSupport
4647
)

0 commit comments

Comments
 (0)