[llvm-commits] [llvm] r65786 - in /llvm/trunk/docs: GoldPlugin.html index.html

Nick Lewycky nicholas at mxc.ca
Sun Mar 1 13:06:42 PST 2009


Author: nicholas
Date: Sun Mar  1 15:06:42 2009
New Revision: 65786

URL: http://llvm.org/viewvc/llvm-project?rev=65786&view=rev
Log:
Add the gold plugin page to the documentation index!

Modified:
    llvm/trunk/docs/GoldPlugin.html
    llvm/trunk/docs/index.html

Modified: llvm/trunk/docs/GoldPlugin.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GoldPlugin.html?rev=65786&r1=65785&r2=65786&view=diff

==============================================================================
--- llvm/trunk/docs/GoldPlugin.html (original)
+++ llvm/trunk/docs/GoldPlugin.html Sun Mar  1 15:06:42 2009
@@ -53,7 +53,7 @@
 make all-gold
 </pre>
     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
     <tt>--with-binutils-include=/path/to/binutils/src/include</tt> and run

Modified: llvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.html?rev=65786&r1=65785&r2=65786&view=diff

==============================================================================
--- llvm/trunk/docs/index.html (original)
+++ llvm/trunk/docs/index.html Sun Mar  1 15:06:42 2009
@@ -121,6 +121,9 @@
 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>
 
+<li><a href="GoldPlugin.html">The LLVM gold plugin</a> - How to build your
+programs with link-time optimization on Linux.
+
 </ul>
 
 





More information about the llvm-commits mailing list