[PATCH] D28520: Disable -Wthread-safety-analysis for some functions in __thread_support

Dimitry Andric via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 14 11:42:11 PST 2017


dim added a comment.

Actually, according to https://svnweb.freebsd.org/base?view=revision&revision=270943 (where the annotations were added), this helped to uncover existing bugs.  I don't see why it would interfere with anything; if you ask for -Wthread-safety warnings, you should get them, right?  What use are the warnings otherwise?


https://reviews.llvm.org/D28520





More information about the cfe-commits mailing list