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

Reid Spencer reid at x10sys.com
Tue Aug 17 01:02:07 PDT 2004



Changes in directory llvm/docs:

index.html updated: 1.25 -> 1.26
---
Log message:

Add a reference to the ComilerDriver documentation.


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.25 llvm/docs/index.html:1.26
--- llvm/docs/index.html:1.25	Mon Aug 16 10:19:02 2004
+++ llvm/docs/index.html	Tue Aug 17 03:01:57 2004
@@ -156,6 +156,10 @@
 <li><a href="Bugpoint.html">Bugpoint</a> automatic bug finder and
 test-case reducer description and usage information.</li>
 
+<li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
+describes the design and configuration of the LLVM compiler driver tool,
+<tt>llvmc</tt>.</li>
+
 </ul>
 
 <!--=======================================================================-->
@@ -195,6 +199,6 @@
   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/08/16 15:19:02 $
+  Last modified: $Date: 2004/08/17 08:01:57 $
 </address>
 






More information about the llvm-commits mailing list