Cool.<div><br></div><div>First, this needs a test in the 'test/Driver/...' tree. Likely with other BSD 'ld' invocation tests. There are lots of examples to crib from, in particular the Linux ones.</div><div>
<br></div><div>Second, can we factor out the logic to add the actual plugin flag? It should already exist somewhere for Linux?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 31, 2012 at 1:06 AM, Stephen Checkoway <span dir="ltr"><<a href="mailto:s@pahtak.org" target="_blank">s@pahtak.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">devel/binutils in FreeBSD's ports builds gold which it installs as /usr/local/bin/ld.gold. The attached patch enables LTO on FreeBSD in a manner similar to Linux. Namely, it passes -plugin /path/to/LLVMgold.so to the linker.<br>

<br>
In addition, if gold has been specified, it uses ld.gold, rather than ld. I'm not sure if that part is appropriate or not since nothing else switches linkers based on LTO.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Stephen Checkoway<br>
<br>
<br>
</font></span><br><br>
<br>
<br>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>