From: Misha Brukman
Date: Mon, 15 Nov 2004 19:53:43 +0000 (+0000)
Subject: * Add an entry for llvm-ranlib
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bbcb10f56e50c545484b760a664190dc212b9d83;p=oota-llvm.git
* 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
---
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index b4d8d662f2b..30d0486f456 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -48,7 +48,7 @@ options) arguments to the tool you are interested in.
directly run a program compiled to bytecode using a JIT compiler or
interpreter
-llvm-link
+llvm-link -
link several bytecode files into one
analyze -
@@ -57,7 +57,10 @@ options) arguments to the tool you are interested in.
llvm-ar -
archive bytecode files
-llvm-nm
+llvm-ranlib -
+ create an index for archives made with llvm-ar
+
+llvm-nm -
print out the names and types of symbols in a bytecode file
llvm-prof -