diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 19:53:43 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 19:53:43 +0000 |
| commit | a8e17189323049610ec6f281ef29ad2a7a981494 (patch) | |
| tree | 6b7f47ea90f96d905d901647037e8130b63efb7c /llvm/docs/CommandGuide | |
| parent | 774a6be46265bb5b9b9b06620ac81ce8c87e0df4 (diff) | |
| download | bcm5719-llvm-a8e17189323049610ec6f281ef29ad2a7a981494.tar.gz bcm5719-llvm-a8e17189323049610ec6f281ef29ad2a7a981494.zip | |
* Add an entry for llvm-ranlib
* Add missing dashes
llvm-svn: 17838
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index b4d8d662f2b..30d0486f456 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/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> - |

