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 | f268c6b2a33b37ccd419ab29f4742e826b64e034 (patch) | |
tree | d58a6786a6ef58c4168b6762eb03a47f4aaf828c | |
parent | 236e926c5b49be50783d1b7cd9c3fa01d9264916 (diff) | |
download | bcm5719-llvm-f268c6b2a33b37ccd419ab29f4742e826b64e034.tar.gz bcm5719-llvm-f268c6b2a33b37ccd419ab29f4742e826b64e034.zip |
Add the gold plugin page to the documentation index!
llvm-svn: 65786
-rw-r--r-- | llvm/docs/GoldPlugin.html | 2 | ||||
-rw-r--r-- | llvm/docs/index.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html index 1c61d414b68..1a2268f4f72 100644 --- a/llvm/docs/GoldPlugin.html +++ b/llvm/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/llvm/docs/index.html b/llvm/docs/index.html index 93887505679..b318f44eb14 100644 --- a/llvm/docs/index.html +++ b/llvm/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> |