[llvm-commits] CVS: llvm/configure
John Criswell
criswell at cs.uiuc.edu
Mon Feb 16 08:56:02 PST 2004
Changes in directory llvm:
configure updated: 1.73 -> 1.74
---
Log message:
Adjusted the default pathname to the SPEC95 benchmarks. The new directory
has source code corrections and some input files pre-filtered for use
with the LLVM test suite.
---
Diffs of the changes: (+3 -3)
Index: llvm/configure
diff -u llvm/configure:1.73 llvm/configure:1.74
--- llvm/configure:1.73 Fri Feb 13 15:56:57 2004
+++ llvm/configure Mon Feb 16 08:55:15 2004
@@ -21722,9 +21722,9 @@
fi;
if test ${enableval} = "no"
then
- if test -d /home/vadve/shared/benchmarks/spec95_sparcv9/benchspec
+ if test -d /home/vadve/shared/benchmarks/spec95/benchspec
then
- SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec
+ SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95/benchspec
USE_SPEC95=USE_SPEC95=1
@@ -21736,7 +21736,7 @@
else
if test ${enableval} = ""
then
- SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95_sparcv9/benchspec
+ SPEC95_ROOT=/home/vadve/shared/benchmarks/spec95/benchspec
else
SPEC95_ROOT=${enableval}
More information about the llvm-commits
mailing list