From: Chris Lattner Date: Sun, 1 Mar 2009 23:42:51 +0000 (+0000) Subject: move gold plugin next to LTO doc in the subsystem section X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=932af8f8c35c70e22aea165d16d92dbb68a59cf9;p=oota-llvm.git move gold plugin next to LTO doc in the subsystem section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65790 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index e4d4dd98322..79ba64ec608 100644 --- a/docs/index.html +++ b/docs/index.html @@ -121,9 +121,6 @@ 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.
  • - @@ -234,6 +231,8 @@ portable document describes the interface between LLVM intermodular optimizer and the linker and its design +
  • The LLVM gold plugin - How to build your +programs with link-time optimization on Linux.