<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 28, 2015 at 7:19 PM, Hal Finkel <span dir="ltr"><<a href="mailto:hfinkel@anl.gov" target="_blank">hfinkel@anl.gov</a>></span> wrote:<br><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"><span class="">----- Original Message -----<br>
> From: "Chandler Carruth" <<a href="mailto:chandlerc@gmail.com">chandlerc@gmail.com</a>><br>
> To: <a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
> Sent: Wednesday, January 28, 2015 8:34:17 PM<br>
> Subject: [llvm] r227414 - [LPM] Try again to appease powerpc64 in its self    host. I've been unable<br>
><br>
> Author: chandlerc<br>
> Date: Wed Jan 28 20:34:17 2015<br>
> New Revision: 227414<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=227414&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=227414&view=rev</a><br>
> Log:<br>
> [LPM] Try again to appease powerpc64 in its self host. I've been<br>
> unable<br>
> to get a powerpc64 host so that I can reproduce and test this, but it<br>
> only impacts that platform so trying the only other realistic option.<br>
><br>
> According to Ulrich, who debugged this initially, initial-exec is<br>
> likely<br>
> to be sufficient for our needs and not subject to this bug. Will<br>
> watch<br>
> the build bots to see.<br>
><br>
> If this doesn't work, I'll be forced to cut a really ugly<br>
> pthread-based<br>
> approach into the primary user (our stack trace printing) as that<br>
> user<br>
> cannot use the ThreadLocal implementation due to lifetime issues.<br>
<br>
</span>What about if we added -Wl,--no-tls-optimize -Wl,--no-tls-get-addr-optimize to our self-hosting build flags for now?<br>
<br>
 -Hal</blockquote></div><br>It happens that I managed to get a self host going on a PPC machine, and initial-exec fixed the issue for me. But not the build bot! Oh no, that one is still broken.</div><div class="gmail_extra"><a href="http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/17257/steps/compile.llvm.stage2/logs/stdio">http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/17257/steps/compile.llvm.stage2/logs/stdio</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I am at a loss, and not really competent to propose a fix as even with the only ppc machine I have, I no longer can reproduce this.</div></div>