<div dir="ltr">On Sun, Apr 21, 2013 at 1:06 PM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On Fri, Apr 19, 2013 at 04:42:07PM -0000, Richard Smith wrote:<br>

> Author: rsmith<br>
> Date: Fri Apr 19 11:42:07 2013<br>
> New Revision: 179858<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=179858&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=179858&view=rev</a><br>
> Log:<br>
> Implement CodeGen for C++11 thread_local, following the Itanium ABI<br>
> specification as discussed on cxx-abi-dev.<br>
<br>
</div>This doesn't work correctly. C input:<br>
        __thread gomp_tls_data;<br>
<br>
nm on the output before:<br>
0000000000000000 B gomp_tls_data<br>
<br>
nm on the output after this change:<br>
                 U _GLOBAL_OFFSET_TABLE_<br>
0000000000000000 B gomp_tls_data<br>
0000000000000000 W _ZTW13gomp_tls_data</blockquote><div><br></div><div style>Thanks, fixed in r180004.</div></div></div></div>