1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

PAPI is not used here.

llvm-svn: 16236
This commit is contained in:
Brian Gaeke 2004-09-07 17:34:34 +00:00
parent a7519536f5
commit 0a688d582f

View 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):