[llvm-commits] CVS: llvm/docs/CommandGuide/index.html

Reid Spencer reid at x10sys.com
Thu Nov 11 01:29:47 PST 2004



Changes in directory llvm/docs/CommandGuide:

index.html updated: 1.18 -> 1.19
---
Log message:

Add llvm-ar to the index.


---
Diffs of the changes:  (+4 -1)

Index: llvm/docs/CommandGuide/index.html
diff -u llvm/docs/CommandGuide/index.html:1.18 llvm/docs/CommandGuide/index.html:1.19
--- llvm/docs/CommandGuide/index.html:1.18	Sat Jul 10 16:43:12 2004
+++ llvm/docs/CommandGuide/index.html	Thu Nov 11 03:29:36 2004
@@ -54,6 +54,9 @@
 <li><a href="html/analyze.html"><b>analyze</b></a> -
     run LLVM analyses on a bytecode file and print the results</li>
 
+<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>
     print out the names and types of symbols in a bytecode file</li>
 
@@ -128,7 +131,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/07/10 21:43:12 $
+  Last modified: $Date: 2004/11/11 09:29:36 $
 </address>
 
 </body>






More information about the llvm-commits mailing list