[PATCH] D12689: [libc++][static linking] std streams are not initialized prior to their use in static object constructors

2020-09-16 Thread Evgeny Astigeevich via Phabricator via cfe-commits
eastig added a comment. Abandoned in favour of https://reviews.llvm.org/D31413 CHANGES SINCE LAST ACTION https://reviews.llvm.org/D12689/new/ https://reviews.llvm.org/D12689 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

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

2020-09-16 Thread Evgeny Astigeevich via Phabricator via cfe-commits
eastig added a comment. In D31413#2277133 , @ldionne wrote: > In D31413#2277118 , @eastig wrote: > >> In D31413#2277070 , @ldionne wrote: >> >>> Added a test. I can't

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

2020-09-16 Thread Evgeny Astigeevich via Phabricator via cfe-commits
eastig added a comment. In 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 . Repository: rG

[PATCH] D42503: libcxx: Unbreak external thread library configuration.

2018-02-21 Thread Evgeny Astigeevich via Phabricator via cfe-commits
eastig added a comment. Just validated that it has fixed the issue. Thank you, Peter. Repository: rCXX libc++ https://reviews.llvm.org/D42503 ___ cfe-commits mailing list cfe-commits@lists.llvm.org