aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-15 19:53:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-15 19:53:43 +0000
commitbbcb10f56e50c545484b760a664190dc212b9d83 (patch)
treef0a4e864cc5acb3e88f5e19a1d6512ba8e021d60 /docs
parente2ca54f44807451ce5bb1c7c02a4d0789f58b121 (diff)
downloadexternal_llvm-bbcb10f56e50c545484b760a664190dc212b9d83.zip
external_llvm-bbcb10f56e50c545484b760a664190dc212b9d83.tar.gz
external_llvm-bbcb10f56e50c545484b760a664190dc212b9d83.tar.bz2
* Add an entry for llvm-ranlib
* Add missing dashes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index b4d8d66..30d0486 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -48,7 +48,7 @@ options) arguments to the tool you are interested in.</p>
directly run a program compiled to bytecode using a JIT compiler or
interpreter</li>
-<li><a href="html/llvm-link.html"><b>llvm-link</b></A>
+<li><a href="html/llvm-link.html"><b>llvm-link</b></a> -
link several bytecode files into one</li>
<li><a href="html/analyze.html"><b>analyze</b></a> -
@@ -57,7 +57,10 @@ options) arguments to the tool you are interested in.</p>
<li><a href="html/llvm-ar.html"><b>llvm-ar</b></a> -
archive bytecode files</li>
-<li><a href="html/llvm-nm.html"><b>llvm-nm</b></a>
+<li><a href="html/llvm-ranlib.html"><b>llvm-ranlib</b></a> -
+ create an index for archives made with llvm-ar</li>
+
+<li><a href="html/llvm-nm.html"><b>llvm-nm</b></a> -
print out the names and types of symbols in a bytecode file</li>
<li><a href="html/llvm-prof.html"><b>llvm-prof</b></a> -