diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-01 23:42:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-01 23:42:51 +0000 |
commit | 932af8f8c35c70e22aea165d16d92dbb68a59cf9 (patch) | |
tree | 9b1e8618c8880f310c1e36ad4018e22247adaca8 /docs/index.html | |
parent | f3888ba23ff0e08c7091cd4a8a61a267a99eadc7 (diff) |
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
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index e4d4dd9832..79ba64ec60 100644 --- a/docs/index.html +++ b/docs/index.html @@ -121,9 +121,6 @@ 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.</li> - </ul> @@ -234,6 +231,8 @@ portable</li> document describes the interface between LLVM intermodular optimizer and the linker and its design</li> +<li><a href="GoldPlugin.html">The LLVM gold plugin</a> - How to build your +programs with link-time optimization on Linux.</li> </ul> |