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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Nov 12 14:39:01 PST 2003


Changes in directory llvm-www:

www-index.html updated: 1.84 -> 1.85

---
Log message:

Add LLVM Vs. The World link. Also fix up that section of the web page a little.


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

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.84 llvm-www/www-index.html:1.85
--- llvm-www/www-index.html:1.84	Sun Nov  2 11:30:46 2003
+++ llvm-www/www-index.html	Wed Nov 12 14:38:00 2003
@@ -331,14 +331,20 @@
 		      outside (or inside) the <tt>llvm/</tt> 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>
-                <li><a href="docs/TestingGuide.html">LLVM Test Suite Guide </a>
+                <li><a href="docs/HowToSubmitABug.html">How to Submit A Bug
+                    Report</a> - Instructions for properly submitting information
+                    about any bugs you run into in the LLVM system.</li>
+
+                <li><a href="docs/TestingGuide.html">LLVM Test Suite Guide</a>
                     - A reference manual for using the LLVM test suite.</li>
+
                 <li><a href="docs/CFEBuildInstrs.html">How to build the C/C++
                     front-end</a> - Instructions for building the front-end
                     from source.</li>
+
+                <li><a href="docs/LLVMVsTheWorld.html">LLVM vs. The World</a> -
+                    A "fair and balanced" comparison of LLVM with other
+                    compilation frameworks.</li>
                 </ul>
 
                 <font size=+1><b>Programming Documentation:</b></font>





More information about the llvm-commits mailing list