summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-09 15:59:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-09 15:59:08 +0000
commit434262ad518dad47841189b27fb9f3943d8206b8 (patch)
tree5c5a3ebd2172b71a76f0319e54849e82cea05a47 /docs/index.html
parent43eb96c3ef62c69ccec13e7326a5660a74483f04 (diff)
downloadexternal_llvm-434262ad518dad47841189b27fb9f3943d8206b8.zip
external_llvm-434262ad518dad47841189b27fb9f3943d8206b8.tar.gz
external_llvm-434262ad518dad47841189b27fb9f3943d8206b8.tar.bz2
Remove references to gccld and gccas, adjusting the documentation to
mention llvm-ld and opt instead (if appropriate). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html
index f999921..23e566c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -68,24 +68,23 @@ those using Visual Studio on Windows.</li>
manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
Current tools:
<a href="CommandGuide/html/llvm-ar.html">llvm-ar</a>,
- <a href="CommandGuide/html/llvm-ranlib.html">llvm-ranlib</a>,
<a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
<a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
- <a href="CommandGuide/html/opt.html">opt</a>,
- <a href="CommandGuide/html/llc.html">llc</a>,
- <a href="CommandGuide/html/lli.html">lli</a>,
+ <a href="CommandGuide/html/llvm-extract.html">llvm-extract</a>,
+ <a href="CommandGuide/html/llvm-ld.html">llvm-ld</a>,
<a href="CommandGuide/html/llvm-link.html">llvm-link</a>,
<a href="CommandGuide/html/llvm-nm.html">llvm-nm</a>,
<a href="CommandGuide/html/llvm-prof.html">llvm-prof</a>,
- <a href="CommandGuide/html/llvmgcc.html">llvmgcc</a>,
- <a href="CommandGuide/html/llvmgxx.html">llvmgxx</a>,
- <a href="CommandGuide/html/gccas.html">gccas</a>,
- <a href="CommandGuide/html/gccld.html">gccld</a>,
+ <a href="CommandGuide/html/llvm-ranlib.html">llvm-ranlib</a>,
+ <a href="CommandGuide/html/opt.html">opt</a>,
+ <a href="CommandGuide/html/llc.html">llc</a>,
+ <a href="CommandGuide/html/lli.html">lli</a>,
+ <a href="CommandGuide/html/llvmc.html">llvmc</a>
+ <a href="CommandGuide/html/llvmgcc.html">llvm-gcc</a>,
+ <a href="CommandGuide/html/llvmgxx.html">llvm-g++</a>,
<a href="CommandGuide/html/stkrc.html">stkrc</a>,
<a href="CommandGuide/html/bugpoint.html">bugpoint</a>,
- <a href="CommandGuide/html/llvm-extract.html">llvm-extract</a>,
<a href="CommandGuide/html/llvm-bcanalyzer.html">llvm-bcanalyzer</a>,
- <a href="CommandGuide/html/llvmc.html">llvmc</a>
</li>
<li><a href="FAQ.html">Frequently Asked Questions</a> - A list of common