summaryrefslogtreecommitdiff
path: root/utils/NewNightlyTest.pl
diff options
context:
space:
mode:
authorPatrick Jenkins <pjenkins@apple.com>2006-08-14 16:07:14 +0000
committerPatrick Jenkins <pjenkins@apple.com>2006-08-14 16:07:14 +0000
commit9e384abc1acc9ba126b1237c9e1da934b6329b89 (patch)
tree2598ba01f2d3c03239e716dc7740e1829ca9373f /utils/NewNightlyTest.pl
parent71ddd5319a221e6391479498601aa790ea25f52d (diff)
downloadllvm-9e384abc1acc9ba126b1237c9e1da934b6329b89.tar.gz
llvm-9e384abc1acc9ba126b1237c9e1da934b6329b89.tar.bz2
llvm-9e384abc1acc9ba126b1237c9e1da934b6329b89.tar.xz
Added some comments to clarify code around sub TestDirectory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NewNightlyTest.pl')
-rwxr-xr-xutils/NewNightlyTest.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index 1531f72d39..b29c1eef7e 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -636,7 +636,6 @@ if (!$NOCHECKOUT && !$NOBUILD) {
#my $NumLibraries = scalar(grep(!/executable/, @Linked));
#my $NumObjects = `grep ']\: Compiling ' $BuildLog | wc -l` + 0;
-
# Get the number of lines of source code. Must be here after the build is done
# because countloc.sh uses the llvm-config script which must be built.
my $LOC = `utils/countloc.sh`;
@@ -831,7 +830,7 @@ sub TestDirectory {
ChangeDir( "../../..", "Programs Test Parent Directory" );
return ($ProgramsTable, $llcbeta_options);
-}
+} #end sub TestDirectory
if (!$BuildError) {
if ( $VERBOSE ) {