diff options
-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 1c61d41..1a2268f 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 9388750..b318f44 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> |