diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-02-15 19:24:11 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-02-15 19:24:11 +0000 |
commit | 5b1065629b56e36cc907d1b04d3a7f5f50780e19 (patch) | |
tree | 1a4e2804b22f45fc4e142d4d87683dd718591786 /docs/GettingStarted.html | |
parent | 862fd5f77a1657380242cdcb9b0a7f9225dae426 (diff) | |
download | external_llvm-5b1065629b56e36cc907d1b04d3a7f5f50780e19.zip external_llvm-5b1065629b56e36cc907d1b04d3a7f5f50780e19.tar.gz external_llvm-5b1065629b56e36cc907d1b04d3a7f5f50780e19.tar.bz2 |
utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I know).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150610 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 6d474d3..56dfa20 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -429,7 +429,7 @@ href="GCCFEBuildInstrs.html">try to compile it</a> on your platform.</p> <tr> <td><a href="http://www.perl.com/download.csp">perl</a></td> <td>≥5.6.0</td> - <td>Nightly tester, utilities</td> + <td>Utilities</td> </tr> <tr> @@ -1691,12 +1691,6 @@ are code generators for parts of LLVM infrastructure.</p> directory, switch to directory <tt>llvm/tools/llc</tt> and build it, causing a re-linking of LLC.<br><br> - <dt><tt><b>NewNightlyTest.pl</b></tt> and - <tt><b>NightlyTestTemplate.html</b></tt> <dd>These files are used in a - cron script to generate nightly status reports of the functionality of - tools, and the results can be seen by following the appropriate link on - the <a href="http://llvm.org/">LLVM homepage</a>.<br><br> - <dt><tt><b>TableGen/</b></tt> <dd>The <tt>TableGen</tt> directory contains the tool used to generate register descriptions, instruction set descriptions, and even assemblers from common TableGen description |