[llvm-commits] CVS: llvm/Makefile.config.in

Brian Gaeke gaeke at cs.uiuc.edu
Tue Sep 7 10:34:44 PDT 2004



Changes in directory llvm:

Makefile.config.in updated: 1.30 -> 1.31
---
Log message:

PAPI is not used here.


---
Diffs of the changes:  (+0 -4)

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.30 llvm/Makefile.config.in:1.31
--- llvm/Makefile.config.in:1.30	Tue Sep  7 11:35:45 2004
+++ llvm/Makefile.config.in	Tue Sep  7 12:34:34 2004
@@ -74,10 +74,6 @@
 # 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):
 






More information about the llvm-commits mailing list