[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

Evan Cheng evan.cheng at apple.com
Mon May 14 11:04:03 PDT 2007



Changes in directory llvm/utils:

NewNightlyTest.pl updated: 1.72 -> 1.73
---
Log message:

Remove duplicated line.

---
Diffs of the changes:  (+0 -1)

 NewNightlyTest.pl |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.72 llvm/utils/NewNightlyTest.pl:1.73
--- llvm/utils/NewNightlyTest.pl:1.72	Thu May  3 09:05:07 2007
+++ llvm/utils/NewNightlyTest.pl	Mon May 14 13:03:45 2007
@@ -182,7 +182,6 @@
                              shift; next; }
   if (/^-compileflags/)    { $MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next; }
   if (/^-use-gmake/)       { $MAKECMD = "gmake"; shift; next; }
-  if (/^-compileflags/)    { $MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next; }
   if (/^-extraflags/)      { $CONFIGUREARGS .= 
                              " --with-extra-options=\'$ARGV[0]\'"; shift; next;}
   if (/^-noexternals$/)    { $NOEXTERNALS = 1; next; }






More information about the llvm-commits mailing list