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 | 705f0b764e338f1a5fe921e9f65908dbf728150e (patch) | |
| tree | 633a58447dda38c6d13543b1acdddb157e5e50c5 | |
| parent | b750d2266dab17c7cc743086a3309350cb55a123 (diff) | |
| download | bcm5719-llvm-705f0b764e338f1a5fe921e9f65908dbf728150e.tar.gz bcm5719-llvm-705f0b764e338f1a5fe921e9f65908dbf728150e.zip | |
move gold plugin next to LTO doc in the subsystem section
llvm-svn: 65790
| -rw-r--r-- | llvm/docs/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index e4d4dd98322..79ba64ec608 100644 --- a/llvm/docs/index.html +++ b/llvm/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> |

