[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 15:26:10 PST 2017


dim added a comment.

Note that my earlier approach of just disabling -Wthread-safety for those few functions might be easier.  This should not cause any trouble for any platforms which don't use annotated pthread functions.


https://reviews.llvm.org/D28520





More information about the cfe-commits mailing list