diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:26:25 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:26:25 +0000 |
commit | 9f16cad6635cfcdb5e7c11dfc7bd614c0e95eca1 (patch) | |
tree | ddcf680ed000945aecf5ab0b3f3b7ec626e6ca12 /llvm/docs/TestingGuide.html | |
parent | 4d21242e66349b5725a34a58fc55e66af987f922 (diff) | |
download | bcm5719-llvm-9f16cad6635cfcdb5e7c11dfc7bd614c0e95eca1.tar.gz bcm5719-llvm-9f16cad6635cfcdb5e7c11dfc7bd614c0e95eca1.zip |
Make HTML 4.01 Strict compliant.
llvm-svn: 17396
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index ec9e40bc6f7..f86463195e6 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -54,18 +54,18 @@ and run tests.</p> 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> |