diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-28 20:30:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-28 20:30:48 +0000 |
commit | c2506037aee9bb586f5f5237fdcbf706035d46fc (patch) | |
tree | 62a6fcf663ce617ca73860837293bf4211b05119 /llvm/docs/OpenProjects.html | |
parent | a9e9d2cbcf69113305265ea4e8b9b4fc990ca40d (diff) | |
download | bcm5719-llvm-c2506037aee9bb586f5f5237fdcbf706035d46fc.tar.gz bcm5719-llvm-c2506037aee9bb586f5f5237fdcbf706035d46fc.zip |
Reid implemented this.
llvm-svn: 13883
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index 48c27161029..56dcea8602a 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -16,7 +16,6 @@ <li><a href="#improving">Improving the current system</a> <ol> <li><a href="#glibc">Port glibc to LLVM</a></li> - <li><a href="#NightlyTest">Improving the Nightly Tester</a></li> <li><a href="#programs">Compile programs with the LLVM Compiler</a></li> <li><a href="#llvm_ir">Extend the LLVM intermediate representation</a></li> <li><a href="#misc_imp">Miscellaneous Improvements</a></li> @@ -99,24 +98,6 @@ library and the <tt>stdio</tt> related functions... low-level system calls like <!-- ======================================================================= --> <div class="doc_subsection"> - <a name="NightlyTest">Improving the Nightly Tester</a> -</div> - -<div class="doc_text"> - -<p>The <a href="/testresults/">Nightly Tester</a> is a simple perl script -(located in <tt>utils/NightlyTest.pl</tt>) which runs every night to generate a -daily report. It could use the following improvements:</p> - -<ol> -<li>Regression tests - We should run the regression tests in addition to the - program tests...</li> -</ol> - -</div> - -<!-- ======================================================================= --> -<div class="doc_subsection"> <a name="programs">Compile programs with the LLVM Compiler</a> </div> |