summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-13 22:31:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-13 22:31:58 +0000
commite12dcd976d17c496497a6f284a1df74cc7ee7a7d (patch)
tree14bfede179f4ccc9a000e49618ea4a0e708acd1b
parent116e3b3ef14b59b5c8687f794f6a06ac44cfa2c2 (diff)
downloadbcm5719-llvm-e12dcd976d17c496497a6f284a1df74cc7ee7a7d.tar.gz
bcm5719-llvm-e12dcd976d17c496497a6f284a1df74cc7ee7a7d.zip
NewNightlyTest.pl - Add -configure-args option.
- For adding arbitrary arguments to pass to configure. llvm-svn: 75535
-rwxr-xr-xllvm/utils/NewNightlyTest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/NewNightlyTest.pl b/llvm/utils/NewNightlyTest.pl
index 09e6e30c6b2..fd38a05cf0b 100755
--- a/llvm/utils/NewNightlyTest.pl
+++ b/llvm/utils/NewNightlyTest.pl
@@ -181,6 +181,8 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
shift; next; }
if (/^-with-externals$/) { $CONFIGUREARGS .= " --with-externals=$ARGV[0]";
shift; next; }
+ if (/^-configure-args$/) { $CONFIGUREARGS .= " $ARGV[0]";
+ shift; next; }
if (/^-submit-server/) { $SUBMITSERVER = "$ARGV[0]"; shift; next; }
if (/^-submit-script/) { $SUBMITSCRIPT = "$ARGV[0]"; shift; next; }
if (/^-submit-aux/) { $SUBMITAUX = "$ARGV[0]"; shift; next; }
OpenPOWER on IntegriCloud