[PATCH] D60285: Make calls into the pthread library use weak symbols.
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 08:32:18 PDT 2019
ldionne added a comment.
Given this, I think implementing a no-op RWMutex is a better solution. And if you need the ability for the same library to work in both cases, maybe this code could be in a WeakRWMutex (or something like that).
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