[llvm-commits] CVS: llvm/utils/NightlyTest.pl
Reid Spencer
reid at x10sys.com
Thu Dec 23 22:33:05 PST 2004
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.83 -> 1.84
---
Log message:
Remove references to LLVMGCCDIR because it was only used to provide a
value for the --with-llvmgccdir configure option which is no longer
supported.
---
Diffs of the changes: (+0 -5)
Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.83 llvm/utils/NightlyTest.pl:1.84
--- llvm/utils/NightlyTest.pl:1.83 Fri Dec 17 14:58:34 2004
+++ llvm/utils/NightlyTest.pl Fri Dec 24 00:32:54 2004
@@ -45,8 +45,6 @@
# WEBDIR is the directory into which the test results web page will be written,
# AND in which the "index.html" is assumed to be a symlink to the most recent
# copy of the results. This directory will be created if it does not exist.
-# LLVMGCCDIR is the directory in which the LLVM GCC Front End is installed
-# to. This is the same as you would have for a normal LLVM build.
#
use POSIX qw(strftime);
use File::Copy;
@@ -282,9 +280,6 @@
print "Unknown option: $_ : ignoring!\n";
}
-if ($ENV{'LLVMGCCDIR'}) {
- $CONFIGUREARGS .= " --with-llvmgccdir=" . $ENV{'LLVMGCCDIR'};
-}
if ($CONFIGUREARGS !~ /--disable-jit/) {
$CONFIGUREARGS .= " --enable-jit";
}
More information about the llvm-commits
mailing list