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

Vikram Adve vadve at cs.uiuc.edu
Sun Oct 26 07:52:01 PST 2003


Changes in directory llvm-www:

www-index.html updated: 1.77 -> 1.78

---
Log message:

Add link to project guide (it wasn't mentioned at all).


---
Diffs of the changes:  (+9 -0)

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.77 llvm-www/www-index.html:1.78
--- llvm-www/www-index.html:1.77	Sat Oct 25 12:25:28 2003
+++ llvm-www/www-index.html	Sun Oct 26 07:51:43 2003
@@ -321,6 +321,15 @@
                 <li><a href="docs/CommandGuide/">LLVM Command Guide</a>
                     - A reference manual for the LLVM command line
                     utilities ("man" pages for LLVM tools). </li>
+
+                <li><a href="docs/ProjectGuide.html">LLVM Project Guide</a>
+		    - How-to guide and templates for new
+		      projects that <em>use</em> the LLVM infrastructure.
+		      The templates (directory organization, Makefiles,
+		      and test tree) allow the project code to be located
+		      outside (or inside) the <pre>llvm/</pre> tree,
+		      while using LLVM header files and libraries. </li>
+
                 <li><a href="docs/HowToSubmitABug.html">How-To-Submit-A-Bug</a>:
                        instructions for the proper way to submit information
                        about a bug you ran into in the LLVM system.</li>





More information about the llvm-commits mailing list