summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-02 15:57:05 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-02 15:57:05 +0000
commit6c13db4b4f5ed8e011347ca59544cd2da96fdef3 (patch)
tree7cdc7ef4fbd4f92b478378781dbac9d654cfe2ec /docs
parent30288277d98c61f9f6c305ee92c315b591960ea0 (diff)
downloadllvm-6c13db4b4f5ed8e011347ca59544cd2da96fdef3.tar.gz
llvm-6c13db4b4f5ed8e011347ca59544cd2da96fdef3.tar.bz2
llvm-6c13db4b4f5ed8e011347ca59544cd2da96fdef3.tar.xz
docs: Remove an out-of-date and unnecessary tool list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html20
1 files changed, 1 insertions, 19 deletions
diff --git a/docs/index.html b/docs/index.html
index 4cb2710671..4d74c549c7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -80,25 +80,7 @@ LLVM for a custom language, and the facilities LLVM offers in tutorial form.</li
policy towards developers and their contributions.</li>
<li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
-manual for the LLVM command line utilities ("man" pages for LLVM tools).<br>
-Current tools:
- <a href="/cmds/llvm-ar.html">llvm-ar</a>,
- <a href="/cmds/llvm-as.html">llvm-as</a>,
- <a href="/cmds/llvm-dis.html">llvm-dis</a>,
- <a href="/cmds/llvm-extract.html">llvm-extract</a>,
- <a href="/cmds/llvm-ld.html">llvm-ld</a>,
- <a href="/cmds/llvm-link.html">llvm-link</a>,
- <a href="/cmds/llvm-nm.html">llvm-nm</a>,
- <a href="/cmds/llvm-prof.html">llvm-prof</a>,
- <a href="/cmds/llvm-ranlib.html">llvm-ranlib</a>,
- <a href="/cmds/opt.html">opt</a>,
- <a href="/cmds/llc.html">llc</a>,
- <a href="/cmds/lli.html">lli</a>,
- <a href="/cmds/llvmgcc.html">llvm-gcc</a>,
- <a href="/cmds/llvmgxx.html">llvm-g++</a>,
- <a href="/cmds/bugpoint.html">bugpoint</a>,
- <a href="/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
-</li>
+manual for the LLVM command line utilities ("man" pages for LLVM tools).</li>
<li><a href="Passes.html">LLVM's Analysis and Transform Passes</a> - A list of
optimizations and analyses implemented in LLVM.</li>