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

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 16 09:59:53 PDT 2020


ldionne added a comment.

In D31413#2277118 <https://reviews.llvm.org/D31413#2277118>, @eastig wrote:

> In D31413#2277070 <https://reviews.llvm.org/D31413#2277070>, @ldionne wrote:
>
>> Added a test. I can't reproduce the issue, so I don't know whether the test is useful or not. Please help with that!
>
> There are tests in https://reviews.llvm.org/D12689 .

Oh, nice, I missed that. I'll borrow those if you don't mind. Can you close https://reviews.llvm.org/D12689 and leave a trace to this review? I'm trying to de-tangle things here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D31413



More information about the cfe-commits mailing list