[llvm-commits] [release_14] CVS: llvm/docs/Projects.html

John Criswell criswell at cs.uiuc.edu
Thu Dec 9 10:32:49 PST 2004



Changes in directory llvm/docs:

Projects.html updated: 1.12 -> 1.12.2.1
---
Log message:

Update information on llvm-test package.


---
Diffs of the changes:  (+6 -6)

Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.12 llvm/docs/Projects.html:1.12.2.1
--- llvm/docs/Projects.html:1.12	Wed Dec  8 11:25:46 2004
+++ llvm/docs/Projects.html	Thu Dec  9 12:32:34 2004
@@ -201,14 +201,14 @@
     <p>
 
     <li>
-    The LLVM source tree provides benchmarks and programs which are
-    known to compile with the LLVM GCC front ends.  You can use these
+    LLVM contains an optional package called <tt>llvm-test</tt>
+    which provides benchmarks and programs that are known to compile with the
+    LLVM GCC front ends.  You can use these
     programs to test your code, gather statistics information, and
-    compare it to the current LLVM performance statistics.  These
-    programs are found in the <tt>llvm/test/Programs</tt> directory.
+    compare it to the current LLVM performance statistics.
     <p>
     Currently, there is no way to hook your tests directly into the
-    <tt>llvm/test/Programs</tt> testing harness.  You will simply
+    <tt>llvm/test</tt> testing harness.  You will simply
     need to find a way to use the source provided within that directory
     on your own.
   </ul>
@@ -443,7 +443,7 @@
   <a href="mailto:criswell at uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2004/12/08 17:25:46 $
+  Last modified: $Date: 2004/12/09 18:32:34 $
 </address>
 
 </body>






More information about the llvm-commits mailing list