[libcxx-commits] [PATCH] D65667: [libcxx] Avoid destructor call for error_category singletons

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 22 22:55:00 PDT 2019


EricWF requested changes to this revision.
EricWF added a comment.
This revision now requires changes to proceed.

Sorry for being late to the party, I've looked at the codege of this and other approachs. what we want is a single global than initializes all of objects we need. Right now we have function local static then may may not have make guards and that's less than ideal.

I'm having to help the original author fix this patch, I also have a verified intestine patch of my own.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65667/new/

https://reviews.llvm.org/D65667





More information about the libcxx-commits mailing list