Skip to content

Commit

Permalink
[ORC] Add OrcShared dependency on LLVM_PTHREAD_LIB
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Sep 12, 2021
1 parent d193d23 commit 698a598
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
Expand Up @@ -8,6 +8,9 @@ add_llvm_component_library(LLVMOrcShared
DEPENDS
intrinsics_gen

LINK_LIBS
${LLVM_PTHREAD_LIB}

LINK_COMPONENTS
Support
)

0 comments on commit 698a598

Please sign in to comment.