summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-07 16:35:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-07 16:35:45 +0000
commit4d68ba2dc9b4e926ee36e1c277d1eaf4a1fd33fd (patch)
tree1515360814e929b7b66201bbcf90c8f17c81104f /Makefile.config.in
parentf7b2de5d576ab8d0b24cd0e6b361f3166835d3d3 (diff)
downloadllvm-4d68ba2dc9b4e926ee36e1c277d1eaf4a1fd33fd.tar.gz
llvm-4d68ba2dc9b4e926ee36e1c277d1eaf4a1fd33fd.tar.bz2
llvm-4d68ba2dc9b4e926ee36e1c277d1eaf4a1fd33fd.tar.xz
Remove variables and tests that were specific to the now defunct
test/Programs. These have been moved to llvm-test/autoconf/configure.ac and llvm-test/Makefile.config.in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 034962a7db..4467216b9a 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -74,34 +74,6 @@ OBJ_ROOT := .
# want to override the value set by configure.
LLVMGCCDIR := @LLVMGCCDIR@
-# When this variable is set to 1, programs in the llvm/test/Programs hierarchy
-# are not recompiled from source code. Instead, the bytecode for the file is
-# pulled from the BYTECODE_REPOSITORY directory. This can be useful when disk
-# space is limited or when you just don't want to spend time running the C
-# frontend.
-#USE_PRECOMPILED_BYTECODE := 1
-@UPB@
-
-# This path specifies the cannonical location of bytecode files for compiled
-# versions of the test/Programs/* programs. This is used as the bytecode source
-# when USE_PRECOMPILED_BYTECODE is specified or when source code is not
-# available for the program (such as SPEC).
-BYTECODE_REPOSITORY := @BCR@
-
-# SPEC benchmarks:
-# If these are set then run the SPEC benchmarks.
-# You must provide the SPEC benchmarks on your own.
-@USE_SPEC2000@
-@USE_SPEC95@
-
-# Path to the SPEC benchmarks.
-SPEC2000_ROOT := @SPEC2000_ROOT@
-SPEC95_ROOT := @SPEC95_ROOT@
-
-# Path to the Povray source code.
-@USE_POVRAY@
-POVRAY_ROOT := @POVRAY_ROOT@
-
# Path to the PAPI code. This is used by the reoptimizer only.
#PAPIDIR := /home/vadve/shared/papi-2.3.4.1
PAPIDIR := @PAPIDIR@
@@ -125,9 +97,6 @@ PAPIDIR := @PAPIDIR@
# Enable JIT for this platform
@JIT@
-# Disable LLC diffs for testing.
-@DISABLE_LLC_DIFFS@
-
# Shared library extension for this platform.
SHLIBEXT = @SHLIBEXT@