Add the gold plugin page to the documentation index!
authorNick Lewycky <nicholas@mxc.ca>
Sun, 1 Mar 2009 21:06:42 +0000 (21:06 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 1 Mar 2009 21:06:42 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65786 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GoldPlugin.html
docs/index.html

index 1c61d414b68218c642c6fea3d47443a115784142..1a2268f4f72a7b3d5dc4edb9e3b80ddd525c5b62 100644 (file)
@@ -53,7 +53,7 @@ cd build
 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
index 93887505679b9836cd7a5df65c60b7ba43238f0a..b318f44eb141d753e2272533f062fee9646152b8 100644 (file)
@@ -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
 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>