[PATCH] D38073: [XRay][compiler-rt] Use pthread for initializing thread-local data

Martin Pelikán via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 22:22:47 PDT 2017


pelikan added a comment.

Technically, the pthread functions can return EAGAIN or ENOMEM but it (ehm) "should not happen in this case".  Really.  I mean, come on!

Maybe a Report() in that case is sufficient, to explain any weirdness in behaviour.


https://reviews.llvm.org/D38073





More information about the llvm-commits mailing list