PAPI is not used here.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 7 Sep 2004 17:34:34 +0000 (17:34 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 7 Sep 2004 17:34:34 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16236 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index 4467216b9a1b3e5bfc0e651337f221568fa8183c..6b579fc8c9ea0beae38798e20730410059593cc8 100644 (file)
@@ -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):