[PATCH] D19271: Change CALL_ONCE_INITIALIZATION implementation to use static initialization

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 11:52:47 PDT 2016


rnk added a comment.

I already don't trust the existing code, and tsan apparently says it is broken, so if you agree we don't want to use it on Unix, then I *really* don't want to use it on Windows either. :) Feel free to add the ifdef and make it my problem, though.


http://reviews.llvm.org/D19271





More information about the llvm-commits mailing list