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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 11:38:22 PDT 2016


joker.eph added a subscriber: joker.eph.
joker.eph added a comment.

I'm hesitating: the InitiOnceExecuteOnce seems "complex" to setup, knowing that it is *only* for MSVC2013, the tradeoff of leaving the existing code dying with the 2013 support is tempting.


http://reviews.llvm.org/D19271





More information about the llvm-commits mailing list