forked from OSchip/llvm-project
Add the gold plugin page to the documentation index!
llvm-svn: 65786
This commit is contained in:
parent
236e926c5b
commit
f268c6b2a3
|
@ -53,7 +53,7 @@ cd build
|
||||||
make all-gold
|
make all-gold
|
||||||
</pre>
|
</pre>
|
||||||
That should leave you with binutils/build/gold/ld-new which supports the
|
That should leave you with binutils/build/gold/ld-new which supports the
|
||||||
-plugin option.
|
<tt>-plugin</tt> option.
|
||||||
|
|
||||||
<li>Build the LLVMgold plugin: Configure LLVM with
|
<li>Build the LLVMgold plugin: Configure LLVM with
|
||||||
<tt>--with-binutils-include=/path/to/binutils/src/include</tt> and run
|
<tt>--with-binutils-include=/path/to/binutils/src/include</tt> and run
|
||||||
|
|
|
@ -121,6 +121,9 @@ channel</a>. We often are on irc.oftc.net in the #llvm channel. If you are
|
||||||
using the mozilla browser, and have chatzilla installed, you can <a
|
using the mozilla browser, and have chatzilla installed, you can <a
|
||||||
href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net</a> directly.</li>
|
href="irc://irc.oftc.net/llvm">join #llvm on irc.oftc.net</a> directly.</li>
|
||||||
|
|
||||||
|
<li><a href="GoldPlugin.html">The LLVM gold plugin</a> - How to build your
|
||||||
|
programs with link-time optimization on Linux.
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue