[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl
Patrick Jenkins
pjenkins at apple.com
Mon Aug 14 09:08:06 PDT 2006
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.49 -> 1.50
---
Log message:
Added some comments to clarify code around sub TestDirectory
---
Diffs of the changes: (+1 -2)
NewNightlyTest.pl | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.49 llvm/utils/NewNightlyTest.pl:1.50
--- llvm/utils/NewNightlyTest.pl:1.49 Sun Aug 13 04:53:02 2006
+++ llvm/utils/NewNightlyTest.pl Mon Aug 14 11:07:14 2006
@@ -636,7 +636,6 @@
#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 @@
ChangeDir( "../../..", "Programs Test Parent Directory" );
return ($ProgramsTable, $llcbeta_options);
-}
+} #end sub TestDirectory
if (!$BuildError) {
if ( $VERBOSE ) {
More information about the llvm-commits
mailing list