EricWF added a comment.

I think the real bug here is FreeBSD annotating `pthread_mutex_t`. That's going 
to break a lot of code that already uses -Wthread-safety. This kind of breakage 
is the reason libc++ doesn't enable the annotations on `std::mutex` by default.


https://reviews.llvm.org/D28520



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to