<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ldionne@apple.com" title="Louis Dionne <ldionne@apple.com>"> <span class="fn">Louis Dionne</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - basic streams may not be initialized early enough"
href="https://bugs.llvm.org/show_bug.cgi?id=28954">bug 28954</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>CONFIRMED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Fixed By Commit(s)</td>
<td>
</td>
<td>39faf428164a28f3652370958ce893d9200927c8
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - basic streams may not be initialized early enough"
href="https://bugs.llvm.org/show_bug.cgi?id=28954#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - basic streams may not be initialized early enough"
href="https://bugs.llvm.org/show_bug.cgi?id=28954">bug 28954</a>
from <span class="vcard"><a class="email" href="mailto:ldionne@apple.com" title="Louis Dionne <ldionne@apple.com>"> <span class="fn">Louis Dionne</span></a>
</span></b>
<pre>Should be fixed by
commit 39faf428164a28f3652370958ce893d9200927c8
Author: Louis Dionne <<a href="mailto:ldionne@apple.com">ldionne@apple.com</a>>
Date: Thu May 14 09:56:35 2020 -0400
[libc++] Ensure streams are initialized early
When statically linking libc++ on some systems, the streams are not
initialized early enough, which causes all kinds of issues. This was
reported e.g. in <a href="http://llvm.org/PR28954">http://llvm.org/PR28954</a>, but also in various open
source projects that use libc++.
Fixes <a href="http://llvm.org/PR28954">http://llvm.org/PR28954</a>.
Differential Revision: <a href="https://reviews.llvm.org/D31413">https://reviews.llvm.org/D31413</a>
Thanks to everyone who submitted patches, explored various options, wrote
tests. I didn't do anything except gather these into a single patch and commit
it.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>