[PATCH] D19271: Change CALL_ONCE_INITIALIZATION implementation to use static initialization
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 11:14:02 PDT 2016
kcc added a comment.
We may also leave the current code under ifdef VC++ and use your new code for everything else.
If others agree, this will work for me too.
http://reviews.llvm.org/D19271
More information about the llvm-commits
mailing list