[PATCH] D60285: Make calls into the pthread library use weak symbols.
kledzik@apple.com via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 15:44:55 PDT 2019
kledzik added a comment.
Can this be conditionalized to not happen on macOS/iOS? I can see needing this on platforms where pthreads is optional, but it looks like this code will apply to macOS too, which introduces risk there.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60285/new/
https://reviews.llvm.org/D60285
More information about the llvm-commits
mailing list