summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-19 09:18:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-19 09:18:37 +0000
commit5af8436cce2fd1463e30e38c67324420300b329a (patch)
tree2ea329d5600994321585500a1a79b08a794f7949 /utils
parent4628e5e1204a06eefef5ca1430217998c8a8e851 (diff)
downloadllvm-5af8436cce2fd1463e30e38c67324420300b329a.tar.gz
llvm-5af8436cce2fd1463e30e38c67324420300b329a.tar.bz2
llvm-5af8436cce2fd1463e30e38c67324420300b329a.tar.xz
NNT: Remove -debug argument, it is unused.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84477 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/NewNightlyTest.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index 7331069e32..41792d6da4 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -82,7 +82,6 @@ use Socket;
# -parallel Run parallel jobs with GNU Make (see -parallel-jobs).
# -parallel-jobs The number of parallel Make jobs to use (default is two).
# -verbose Turn on some debug output
-# -debug Print information useful only to maintainers of this script.
# -nice Checkout/Configure/Build with "nice" to reduce impact
# on busy servers.
# -f2c Next argument specifies path to F2C utility
@@ -194,7 +193,6 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
if (/^-test-opts$/) { $PROGTESTOPTS .= " $ARGV[0]"; shift; next; }
if (/^-verbose$/) { $VERBOSE = 1; next; }
if (/^-teelogs$/) { $TEELOGS = 1; next; }
- if (/^-debug$/) { $DEBUG = 1; next; }
if (/^-nice$/) { $NICE = "nice "; next; }
if (/^-f2c$/) { $CONFIGUREARGS .= " --with-f2c=$ARGV[0]";
shift; next; }