diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 21:06:42 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-01 21:06:42 +0000 |
commit | 017730c6536b72953c3a04f0c6cdad4711c0ed46 (patch) | |
tree | a72513760e95b78cf25cdc2e208688a21ba3b150 | |
parent | d66ff0f2e0395ace65602091b183b759930a94be (diff) |
Add the gold plugin page to the documentation index!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65786 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GoldPlugin.html | 2 | ||||
-rw-r--r-- | docs/index.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 1c61d414b6..1a2268f4f7 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -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 diff --git a/docs/index.html b/docs/index.html index 9388750567..b318f44eb1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> |