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

Reid Spencer reid at x10sys.com
Sun Oct 31 15:02:48 PST 2004



Changes in directory llvm/docs:

index.html updated: 1.32 -> 1.33
---
Log message:

Add UsingLibraries.html link.


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.32 llvm/docs/index.html:1.33
--- llvm/docs/index.html:1.32	Mon Oct 25 14:39:46 2004
+++ llvm/docs/index.html	Sun Oct 31 17:02:38 2004
@@ -113,6 +113,9 @@
 <li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how 
 to add instructions and intrinsics to LLVM.</li>
 
+<li><a href="UsingLibraries.html">Using LLVM Libraries</a> - Look here to
+understand how to use the libraries produced when LLVM is compiled.</li>
+
 <li><a href="http://llvm.cs.uiuc.edu/doxygen/">Doxygen generated 
 documentation</a> (<a href="http://llvm.cs.uiuc.edu/doxygen/inherits.html">
 classes</a>)</li>
@@ -205,6 +208,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/10/25 19:39:46 $
+  Last modified: $Date: 2004/10/31 23:02:38 $
 </address>
 






More information about the llvm-commits mailing list