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

Reid Spencer reid at x10sys.com
Mon Nov 1 00:26:36 PST 2004



Changes in directory llvm/docs:

TestingGuide.html updated: 1.14 -> 1.15
---
Log message:

Make HTML 4.01 Strict compliant.


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

Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.14 llvm/docs/TestingGuide.html:1.15
--- llvm/docs/TestingGuide.html:1.14	Thu Oct  7 19:55:43 2004
+++ llvm/docs/TestingGuide.html	Mon Nov  1 02:26:25 2004
@@ -54,18 +54,18 @@
 required to build LLVM, plus the following:</p>
 
 <dl>
-<dt><a href="http://www.qmtest.com">QMTest</A></dt>
+<dt><a href="http://www.qmtest.com">QMTest</a></dt>
 <dd>The LLVM test suite uses QMTest to organize and run tests. <b>Note:
 you will need <a href="http://llvm.cs.uiuc.edu/qm-2.0.3.tar.gz">QMTest
 2.0.3 (source tar.gz file)</a> to be successful. The tests do not run with
 any other version.</b></dd>
 
-<dt><a href="http://www.python.org">Python</A></dt>
+<dt><a href="http://www.python.org">Python</a></dt>
 <dd>You will need a Python interpreter that works with QMTest. Python will
 need zlib and SAX support enabled.</dd>
 </dl>
 
-<dt><a href="http://www.netlib.org/f2c">F2C</A></dt>
+<dt><a href="http://www.netlib.org/f2c">F2C</a></dt>
 <dd>For now, LLVM does not have a Fortran front-end, but using F2C, we can run
 Fortran benchmarks.  F2C support must be enabled via <tt>configure</tt> if not
 installed in a standard place.  F2C requires three items: the <tt>f2c</tt>
@@ -500,7 +500,7 @@
 
   John T. Criswell<br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br/>
-  Last modified: $Date: 2004/10/08 00:55:43 $
+  Last modified: $Date: 2004/11/01 08:26:25 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list