Fix undefined pthread references when building against libc++

llvm-svn: 302363
This commit is contained in:
Eric Fiselier 2017-05-06 22:10:14 +00:00
parent 52844c83d0
commit eda29e474e
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ add_lld_library(lldCore
LINK_COMPONENTS
MC
Support
LINK_LIBS
${LLVM_PTHREAD_LIB}
DEPENDS
${tablegen_deps}