[llvm-commits] CVS: llvm/docs/CommandGuide/index.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 15 11:53:53 PST 2004
Changes in directory llvm/docs/CommandGuide:
index.html updated: 1.19 -> 1.20
---
Log message:
* Add an entry for llvm-ranlib
* Add missing dashes
---
Diffs of the changes: (+6 -3)
Index: llvm/docs/CommandGuide/index.html
diff -u llvm/docs/CommandGuide/index.html:1.19 llvm/docs/CommandGuide/index.html:1.20
--- llvm/docs/CommandGuide/index.html:1.19 Thu Nov 11 03:29:36 2004
+++ llvm/docs/CommandGuide/index.html Mon Nov 15 13:53:43 2004
@@ -48,7 +48,7 @@
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 @@
<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> -
@@ -131,7 +134,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/11 09:29:36 $
+ Last modified: $Date: 2004/11/15 19:53:43 $
</address>
</body>
More information about the llvm-commits
mailing list