summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd531b509cc599a4949683d1688652438c76b8005 (patch)
tree17f77f98f49bc2db4a7a65c26f94c1cdd6c83fc5 /llvm/utils/NewNightlyTest.pl
parent6d389e12fde14727883b9a94ce254d01b3582ed6 (diff)
downloadbcm5719-llvm-d531b509cc599a4949683d1688652438c76b8005.tar.gz
bcm5719-llvm-d531b509cc599a4949683d1688652438c76b8005.zip
Added some comments to clarify code around sub TestDirectory
llvm-svn: 29658
Diffstat (limited to 'llvm/utils/NewNightlyTest.pl')
-rwxr-xr-xllvm/utils/NewNightlyTest.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/utils/NewNightlyTest.pl b/llvm/utils/NewNightlyTest.pl
index 1531f72d39a..b29c1eef7ea 100755
--- a/llvm/utils/NewNightlyTest.pl
+++ b/llvm/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 ) {
OpenPOWER on IntegriCloud