[ORC] Add OrcShared dependency on LLVM_PTHREAD_LIB

This commit is contained in:
Lang Hames 2021-09-12 16:02:02 +10:00
parent d193d23795
commit 698a598cf7
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ add_llvm_component_library(LLVMOrcShared
DEPENDS
intrinsics_gen
LINK_LIBS
${LLVM_PTHREAD_LIB}
LINK_COMPONENTS
Support
)