summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-09-07 17:34:34 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-09-07 17:34:34 +0000
commitc9d4054d2e4b73ecf7f54979d31b5d36cf2e1eef (patch)
treea80998742a69eff4a887c7a2432ede9c2c6da2d9 /Makefile.config.in
parentad1eb207cbba1f57b30d112911f530e6ad31385e (diff)
downloadllvm-c9d4054d2e4b73ecf7f54979d31b5d36cf2e1eef.tar.gz
llvm-c9d4054d2e4b73ecf7f54979d31b5d36cf2e1eef.tar.bz2
llvm-c9d4054d2e4b73ecf7f54979d31b5d36cf2e1eef.tar.xz
PAPI is not used here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 4467216b9a..6b579fc8c9 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -74,10 +74,6 @@ OBJ_ROOT := .
# want to override the value set by configure.
LLVMGCCDIR := @LLVMGCCDIR@
-# Path to the PAPI code. This is used by the reoptimizer only.
-#PAPIDIR := /home/vadve/shared/papi-2.3.4.1
-PAPIDIR := @PAPIDIR@
-
# These are options that can either be enabled here, or can be enabled on the
# make command line (ie, make ENABLE_PROFILING=1):