[libcxx-commits] [PATCH] D31413: [libc++] Use __attribute__((init_priority(101))) to ensure streams get initialized early

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 16 10:18:59 PDT 2020


ldionne added inline comments.


================
Comment at: libcxx/test/std/input.output/iostream.objects/init.pass.cpp:15
+//
+// This test works by checking that 'std::{cin/cout,cerr}' is the same in a
+// static object constructor and in the main function. It dumps the memory of
----------------
I'll fix that typo when committing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D31413



More information about the libcxx-commits mailing list