diff options
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index b4d8d662f2..30d0486f45 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> - |