aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-08 21:03:58 +0000
committerChris Lattner <sabre@nondot.org>2005-01-08 21:03:58 +0000
commitc82a6c883ed03f32c2e3724a68c9f24923131660 (patch)
treee48fbf5dfcf9e617b2b7e7283aebeab44d2a3297
parentb0802651bf2d17f4ee274cea7264e89bff404ce9 (diff)
rename linscan -> LLCBETA as it should be
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19401 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 0c99c6248f..17d0badb8d 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -260,7 +260,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
$MAKEOPTS = "$MAKEOPTS CompileOptimizeOpts='-O3 -DNDEBUG -finline-functions -Wpointer-arith -Wcast-align -Wno-deprecated -Wold-style-cast -Wabi -Woverloaded-virtual -ffor-scope'";
next;
}
- if (/^-enable-linscan$/) { $PROGTESTOPTS .= " ENABLE_LINEARSCAN=1"; next; }
+ if (/^-enable-llcbeta$/) { $PROGTESTOPTS .= " ENABLE_LLCBETA=1"; next; }
if (/^-disable-llc$/) { $PROGTESTOPTS .= " DISABLE_LLC=1";
$CONFIGUREARGS .= " --disable-llc_diffs"; next; }
if (/^-disable-jit$/) { $PROGTESTOPTS .= " DISABLE_JIT=1";