<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:dblaikie@gmail.com" title="David Blaikie <dblaikie@gmail.com>"> <span class="fn">David Blaikie</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - X86 JIT doesn't support TLS"
href="https://bugs.llvm.org/show_bug.cgi?id=3507">bug 3507</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>WONTFIX
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - X86 JIT doesn't support TLS"
href="https://bugs.llvm.org/show_bug.cgi?id=3507#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - X86 JIT doesn't support TLS"
href="https://bugs.llvm.org/show_bug.cgi?id=3507">bug 3507</a>
from <span class="vcard"><a class="email" href="mailto:dblaikie@gmail.com" title="David Blaikie <dblaikie@gmail.com>"> <span class="fn">David Blaikie</span></a>
</span></b>
<pre>(In reply to Lang Hames from <a href="show_bug.cgi?id=3507#c5">comment #5</a>)
<span class="quote">> Bitcode updates in the last decade will have rendered the test case invalid.
> We could probably resurrect it by building an old LLVM, but I am not sure
> it's worth it.
>
> On the TLS front:
> (1) The JIT this bug occurred in (the "legacy JIT") is dead and gone.
> (2) MCJIT and ORC were updated to use TLS emulation by default a year or so
> ago.
> (3) JITLink (the new jit linker being developed to replace RuntimeDyld) is
> aiming for native TLS support.
>
> So it's "cantfix" for this specific issue, and "fixed" (via TLS emulation)
> in top-of-tree. :)</span >
Ah, good to know - thanks for the context! ("fixed" seems fair to me - LLVM can
do TLS in the x86 JIT (just not the JIT this bug was filed against, and it's
emulated, sure, etc... ))</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>