Skip to content

Commit af6b34f

Browse files
committed
Revert an accidental commit.
llvm-svn: 24098
1 parent 99a71ef commit af6b34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/NightlyTest.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ sub GetDejagnuTestResults { # (filename, log)
410410
#
411411
if (!$NOCHECKOUT) {
412412
if ( $VERBOSE ) { print "CONFIGURE STAGE\n"; }
413-
my $EXTRAFLAGS = "--enable-spec2000=/Volumes/ProjectsDisk/cvs/benchmarks/speccpu2000-llvm/benchspec/ --enable-povray=/Volumes/ProjectsDisk/cvs/benchmarks/povray31 --enable-namd=/Volumes/ProjectsDisk/cvs/benchmarks/namd";
413+
my $EXTRAFLAGS = "--enable-spec --with-objroot=.";
414414
system "(time -p $NICE ./configure $CONFIGUREARGS $EXTRAFLAGS) > $BuildLog 2>&1";
415415

416416
if ( $VERBOSE ) { print "BUILD STAGE\n"; }

0 commit comments

Comments
 (0)