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:
fb309cb
)
Spell DISABLE_ASSERTIONS correctly.
author
Dan Gohman
<gohman@apple.com>
Thu, 30 Oct 2008 01:08:03 +0000
(
01:08
+0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 30 Oct 2008 01:08:03 +0000
(
01:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58413
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NewNightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index 447165fd613d735cfd92deea23395173e90c67b9..54516043b09b95246cae289a872776464ca8aad0 100755
(executable)
--- a/
utils/NewNightlyTest.pl
+++ b/
utils/NewNightlyTest.pl
@@
-144,7
+144,7
@@
while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
if (/^-release$/) { $MAKEOPTS = "$MAKEOPTS ENABLE_OPTIMIZED=1 ".
"OPTIMIZE_OPTION=-O2"; $BUILDTYPE="release"; next;}
if (/^-release-asserts$/){ $MAKEOPTS = "$MAKEOPTS ENABLE_OPTIMIZED=1 ".
- "DISABLE
-
ASSERTIONS=1 ".
+ "DISABLE
_
ASSERTIONS=1 ".
"OPTIMIZE_OPTION=-O2";
$BUILDTYPE="release-asserts"; next;}
if (/^-enable-llcbeta$/) { $PROGTESTOPTS .= " ENABLE_LLCBETA=1"; next; }