Skip to content

Commit 698a598

Browse files
committed
[ORC] Add OrcShared dependency on LLVM_PTHREAD_LIB
1 parent d193d23 commit 698a598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ add_llvm_component_library(LLVMOrcShared
88
DEPENDS
99
intrinsics_gen
1010

11+
LINK_LIBS
12+
${LLVM_PTHREAD_LIB}
13+
1114
LINK_COMPONENTS
1215
Support
1316
)

0 commit comments

Comments
 (0)