projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a877f14
)
Rename EXTRA_FLAGS to EXTRA_OPTIONS.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 20 Jun 2006 18:49:13 +0000
(18:49 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 20 Jun 2006 18:49:13 +0000
(18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28872
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index c82dd556ab732af1c1415fedb5bd2f6688f1eba8..3f6e47b5d31b9157a99baeb064236f59a790efd4 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-334,7
+334,7
@@
while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
$MAKEOPTS = "$MAKEOPTS $ARGV[0]"; shift; next;
}
if (/^-extraflags/) {
- $PROGTESTOPTS .= " EXTRA_
FLAG
S=\'$ARGV[0]\'"; shift; next;
+ $PROGTESTOPTS .= " EXTRA_
OPTION
S=\'$ARGV[0]\'"; shift; next;
}
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
if (/^-nodejagnu$/) { $NODEJAGNU = 1; next; }