diff options
author | John Criswell <criswell@uiuc.edu> | 2004-02-16 14:55:18 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-02-16 14:55:18 +0000 |
commit | 542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e (patch) | |
tree | 63012e4ed77af7c4eba7fc87ed446dc3a988b0c0 /configure | |
parent | aad5c0505183a5b7913f1a443a1f0650122551cc (diff) | |
download | external_llvm-542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e.zip external_llvm-542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e.tar.gz external_llvm-542af5f4fb767e9ffcfc1895a0f5a47a2d7d303e.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21722,9 +21722,9 @@ else 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 @@ then 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} |