From: Nick Lewycky Date: Sun, 1 Mar 2009 21:06:42 +0000 (+0000) Subject: Add the gold plugin page to the documentation index! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=017730c6536b72953c3a04f0c6cdad4711c0ed46;p=oota-llvm.git 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 --- diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 1c61d414b68..1a2268f4f72 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -53,7 +53,7 @@ cd build make all-gold That should leave you with binutils/build/gold/ld-new which supports the --plugin option. +-plugin option.
  • Build the LLVMgold plugin: Configure LLVM with --with-binutils-include=/path/to/binutils/src/include and run diff --git a/docs/index.html b/docs/index.html index 93887505679..b318f44eb14 100644 --- a/docs/index.html +++ b/docs/index.html @@ -121,6 +121,9 @@ channel. We often are on irc.oftc.net in the #llvm channel. If you are using the mozilla browser, and have chatzilla installed, you can join #llvm on irc.oftc.net directly.
  • +
  • The LLVM gold plugin - How to build your +programs with link-time optimization on Linux. +