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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 10:05:04 PDT 2016


joker.eph added a comment.

Chris B. pointed me to: http://reviews.llvm.org/D5922 which introduced `llvm::call_once`

It was reverted because of a bug in std::call_once for "aarch64 debian". Anyone knows if we are still bound by this "bug" two years after? The revert didn't give much information, but I guess I can recommit the original revision and see if it breaks again.


http://reviews.llvm.org/D19271





More information about the llvm-commits mailing list