[libcxx-commits] [PATCH] D65667: [libcxx] Early-initialize error_category singletons

Nico Weber via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 6 16:00:21 PDT 2019


thakis added a comment.

To chime in from the sidelines: We strive to have zero code that runs before main in Chromium, so we're not excited about a patch that adds more such code to libc++. (In fact, we're hoping to contribute a build mode that removes the existing static initializer for cin/cout/cerr as well.)


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D65667





More information about the libcxx-commits mailing list