diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:30:14 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 08:30:14 +0000 |
commit | 49fb40c6d99d362b73a5d9f319c8c7aef1eb0615 (patch) | |
tree | 30239a6865928904efab6fa817900305a687685a /llvm | |
parent | 9f16cad6635cfcdb5e7c11dfc7bd614c0e95eca1 (diff) | |
download | bcm5719-llvm-49fb40c6d99d362b73a5d9f319c8c7aef1eb0615.tar.gz bcm5719-llvm-49fb40c6d99d362b73a5d9f319c8c7aef1eb0615.zip |
Remove spurious end tag, fix indentation.
llvm-svn: 17397
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/TestingGuide.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index f86463195e6..0f3d1b020b2 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -12,24 +12,25 @@ </div> <ol> -<li><a href="#overview">Overview</a></li> -<li><a href="#Requirements">Requirements</a></li> -<li><a href="#quick">Quick Start</a></li> -<li><a href="#org">LLVM Test Suite Organization</a> -<ul> - <li><a href="#codefragments">Code Fragments</a></li> -<li><a href="#wholeprograms">Whole Programs</a></li> -</ul></li> -<li><a href="#tree">LLVM Test Suite Tree</a></li> -<li><a href="#qmstructure">QMTest Structure</a></li> -<li><a href="#progstructure"><tt>llvm-test</tt> Structure</a></li> -<li><a href="#run">Running the LLVM Tests</a></li> -<li><a href="#nightly">Running the nightly tester</a></li> + <li><a href="#overview">Overview</a></li> + <li><a href="#Requirements">Requirements</a></li> + <li><a href="#quick">Quick Start</a></li> + <li><a href="#org">LLVM Test Suite Organization</a> + <ul> + <li><a href="#codefragments">Code Fragments</a></li> + <li><a href="#wholeprograms">Whole Programs</a></li> + </ul> + </li> + <li><a href="#tree">LLVM Test Suite Tree</a></li> + <li><a href="#qmstructure">QMTest Structure</a></li> + <li><a href="#progstructure"><tt>llvm-test</tt> Structure</a></li> + <li><a href="#run">Running the LLVM Tests</a></li> + <li><a href="#nightly">Running the nightly tester</a></li> </ol> <div class="doc_author"> -<p>Written by John T. Criswell and <a -href="http://llvm.x10sys.com/rspencer">Reid Spencer</a></p> + <p>Written by John T. Criswell and <a + href="http://llvm.x10sys.com/rspencer">Reid Spencer</a></p> </div> <!--=========================================================================--> @@ -63,7 +64,6 @@ any other version.</b></dd> <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> <dd>For now, LLVM does not have a Fortran front-end, but using F2C, we can run |