Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
9a79ed7b
Commit
9a79ed7b
authored
20 years ago
by
Brian Gaeke
Browse files
Options
Downloads
Patches
Plain Diff
Regenerated using autoconf-2.57.
llvm-svn: 12915
parent
fca47205
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/configure
+32
-19
32 additions, 19 deletions
llvm/configure
with
32 additions
and
19 deletions
llvm/configure
+
32
−
19
View file @
9a79ed7b
...
@@ -1033,7 +1033,7 @@ Optional Features:
...
@@ -1033,7 +1033,7 @@ Optional Features:
--enable-optimized Compile with optimizations enabled (default is NO)
--enable-optimized Compile with optimizations enabled (default is NO)
--enable-spec2000 Compile SPEC 2000 benchmarks (default is NO)
--enable-spec2000 Compile SPEC 2000 benchmarks (default is NO)
--enable-spec95 Compile SPEC 95 benchmarks (default is NO)
--enable-spec95 Compile SPEC 95 benchmarks (default is NO)
--enable-povray
Compile Povray benchmark (default is NO
)
--enable-povray
=ARG
Use POV-Ray as a benchmark (srcs in DIR
)
--enable-precompiled_bytecode
--enable-precompiled_bytecode
Use pre-compiled bytecode (default is NO)
Use pre-compiled bytecode (default is NO)
--enable-llc_diffs Enable LLC Diffs when testing (default is YES)
--enable-llc_diffs Enable LLC Diffs when testing (default is YES)
...
@@ -21900,36 +21900,49 @@ fi
...
@@ -21900,36 +21900,49 @@ fi
# Check whether --enable-povray or --disable-povray was given.
# Check whether --enable-povray or --disable-povray was given.
if test "${enable_povray+set}" = set; then
if test "${enable_povray+set}" = set; then
enableval="$enable_povray"
enableval="$enable_povray"
povray=$enableval
else
else
enableval=n
o
povray=aut
o
fi;
fi;
if test ${enableval} = "no"
echo "$as_me:$LINENO: checking for POV-Ray benchmark sources" >&5
then
echo $ECHO_N "checking for POV-Ray benchmark sources... $ECHO_C" >&6
if test -d /home/vadve/shared/benchmarks/povray31
case "$povray" in
yes)
defaultdir=/home/vadve/shared/benchmarks/povray31
if test -d $defaultdir
then
then
POVRAY_ROOT=
/home/vadve/shared/benchmarks/povray31
POVRAY_ROOT=
$defaultdir
USE_POVRAY=USE_POVRAY=1
USE_POVRAY=USE_POVRAY=1
else
povray="yes, found in $defaultdir"
USE_POVRAY=
else
povray=no
fi
;;
auto|no)
USE_POVRAY=
fi
povray=no
else
;;
if test
${enableval} = "
"
*)
if test
-d "$povray
"
then
then
POVRAY_ROOT=
/home/vadve/shared/benchmarks/
povray
31
POVRAY_ROOT=
"$
povray
"
else
USE_POVRAY=USE_POVRAY=1
POVRAY_ROOT=${enableval}
fi
povray="yes, in $povray"
USE_POVRAY=USE_POVRAY=1
else
fi
USE_POVRAY=
povray="no, not found in $povray"
fi
;;
esac
echo "$as_me:$LINENO: result: $povray" >&5
echo "${ECHO_T}$povray" >&6
# Check whether --enable-precompiled_bytecode or --disable-precompiled_bytecode was given.
# Check whether --enable-precompiled_bytecode or --disable-precompiled_bytecode was given.
if test "${enable_precompiled_bytecode+set}" = set; then
if test "${enable_precompiled_bytecode+set}" = set; then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment