<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 16, 2016 at 2:54 PM, Carsten Mattner via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Fri, Sep 16, 2016 at 11:28 PM, Mehdi Amini <<a href="mailto:mehdi.amini@apple.com">mehdi.amini@apple.com</a>> wrote:<br>
<br>
> You probably missed -DLLVM_BINUTILS_INCDIR.<br>
><br>
> See: <a href="http://llvm.org/docs/GoldPlugin.html" rel="noreferrer" target="_blank">http://llvm.org/docs/<wbr>GoldPlugin.html</a><br>
<br>
</span>plugin-api.h is in /usr/include, so I'd expect it to be found, but I<br>
can explicitly set BINUTILS_INCDIR and re-bootstrap with gcc 6.2.1.<br>
<br>
I have ld.gold, but I'm not sure if /usr/bin/ld uses it, though I'd expect<br>
it to since it's been in for a couple releases now.<br>
<br>
$ ld -v<br>
GNU ld (GNU Binutils) 2.27<br>
$ ld.bfd -v<br>
GNU ld (GNU Binutils) 2.27<br>
$ ld.gold -v<br>
<span class="gmail-im gmail-HOEnZb">GNU gold (GNU Binutils 2.27) 1.12<br></span></blockquote><div><br></div><div>Looks like your default ld is GNU ld.bfd not ld.gold. You can either change your /usr/bin/ld (which probably is a link to /usr/bin/ld.bfd) to point instead to /usr/bin/ld.gold, or if you prefer, set your PATH before the stage1 compile to a location that has ld linked to ld.gold.</div><div><br></div><div>Teresa</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-im gmail-HOEnZb">
</span><div class="gmail-HOEnZb"><div class="gmail-h5">______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><span style="font-family:times;font-size:medium"><table cellspacing="0" cellpadding="0"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-top:2px solid rgb(213,15,37)">Teresa Johnson |</td><td nowrap style="border-top:2px solid rgb(51,105,232)"> Software Engineer |</td><td nowrap style="border-top:2px solid rgb(0,153,57)"> <a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a> |</td><td nowrap style="border-top:2px solid rgb(238,178,17)"> 408-460-2413</td></tr></tbody></table></span></div>
</div></div>