Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.23 -> 1.24
---
Log message:

added status message during nightly test


---
Diffs of the changes:  (+4 -2)

 NewNightlyTest.pl |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.23 llvm/utils/NewNightlyTest.pl:1.24
--- llvm/utils/NewNightlyTest.pl:1.23   Fri Jul 21 16:58:06 2006
+++ llvm/utils/NewNightlyTest.pl        Fri Jul 21 19:00:08 2006
@@ -584,8 +584,7 @@
 ##############################################################
 if (!$NOCHECKOUT && !$NOBUILD) {
     my $EXTRAFLAGS = "--enable-spec --with-objroot=.";
-    if ( $VERBOSE )
-    {
+    if ( $VERBOSE ){
         print "CONFIGURE STAGE:\n";
         print "(time -p $NICE ./configure $CONFIGUREARGS $EXTRAFLAGS) > 
$BuildLog 2>&1\n";
     }
@@ -614,6 +613,9 @@
 my $a_file_sizes="";
 my $o_file_sizes="";
 if(!$BuildError){
+       if ( $VERBOSE ){
+        print "Organizing size of .o and .a files\n";
+    }
        ChangeDir( "$BuildDir", "Build Directory" );
        $afiles = `find . -iname '*.a' -ls`;
        $ofiles = `find . -iname '*.o' -ls`;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to