mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
NewNightlyTest.pl - Add -configure-args option.
- For adding arbitrary arguments to pass to configure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75535 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68f74712a9
commit
ff79ef4c60
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user