forked from OSchip/llvm-project
Fix undefined pthread references when building against libc++
llvm-svn: 302363
This commit is contained in:
parent
52844c83d0
commit
eda29e474e
|
@ -22,6 +22,9 @@ add_lld_library(lldCore
|
|||
MC
|
||||
Support
|
||||
|
||||
LINK_LIBS
|
||||
${LLVM_PTHREAD_LIB}
|
||||
|
||||
DEPENDS
|
||||
${tablegen_deps}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue