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

Reid Spencer reid at x10sys.com
Wed Jan 5 11:01:33 PST 2005



Changes in directory llvm/docs:

index.html updated: 1.39 -> 1.40
---
Log message:

Add the SystemLibrary.html document now that its done.


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.39 llvm/docs/index.html:1.40
--- llvm/docs/index.html:1.39	Fri Dec 10 09:47:17 2004
+++ llvm/docs/index.html	Wed Jan  5 13:01:20 2005
@@ -191,6 +191,10 @@
 describes the design and configuration of the LLVM compiler driver tool,
 <tt>llvmc</tt>.</li>
 
+<li><a href="SystemLibrary.html">System Library</a> - This document describes
+the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code
+portable</li>
+
 </ul>
 
 <!--=======================================================================-->
@@ -230,6 +234,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/12/10 15:47:17 $
+  Last modified: $Date: 2005/01/05 19:01:20 $
 </address>
 






More information about the llvm-commits mailing list