Skip to content

Commit

Permalink
utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far…
Browse files Browse the repository at this point in the history
… as I know).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150610 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Feb 15, 2012
1 parent 862fd5f commit 5b10656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 849 deletions.
8 changes: 1 addition & 7 deletions docs/GettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ <h3>
<tr>
<td><a href="http://www.perl.com/download.csp">perl</a></td>
<td>&ge;5.6.0</td>
<td>Nightly tester, utilities</td>
<td>Utilities</td>
</tr>

<tr>
Expand Down Expand Up @@ -1691,12 +1691,6 @@ <h3>
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
Expand Down
9 changes: 3 additions & 6 deletions utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ LEVEL = ..
PARALLEL_DIRS := FileCheck FileUpdate TableGen PerfectShuffle \
count fpcmp llvm-lit not unittest json-bench

EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \
EXTRA_DIST := check-each-file codegen-diff countloc.sh \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
NightlyTestTemplate.html NLT.schema \
parseNLT.pl plotNLT.pl profile.pl \
webNLT.pl vim
getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
llvm-native-gxx makellvm profile.pl vim

include $(LEVEL)/Makefile.common
Loading

0 comments on commit 5b10656

Please sign in to comment.