forked from OSchip/llvm-project
[ORC] Add OrcShared dependency on LLVM_PTHREAD_LIB
This commit is contained in:
parent
d193d23795
commit
698a598cf7
|
@ -8,6 +8,9 @@ add_llvm_component_library(LLVMOrcShared
|
|||
DEPENDS
|
||||
intrinsics_gen
|
||||
|
||||
LINK_LIBS
|
||||
${LLVM_PTHREAD_LIB}
|
||||
|
||||
LINK_COMPONENTS
|
||||
Support
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue