[PATCH] D60285: Make calls into the pthread library use weak symbols.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 11:26:45 PDT 2019


saugustine added a comment.

This is better than a no-op RWMutex because then the same binary works both when the application is multi-threaded and when it isn't. Therefore the build doesn't have to distinguish between the two cases.


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