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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Sep 7 10:33:20 PDT 2004



Changes in directory reopt:

Makefile.config.in updated: 1.3 -> 1.4
---
Log message:

Move PAPI configure stuff used by lib/Inst/rtl
into the reoptimizer project's Makefile/configure script.


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

Index: reopt/Makefile.config.in
diff -u reopt/Makefile.config.in:1.3 reopt/Makefile.config.in:1.4
--- reopt/Makefile.config.in:1.3	Wed Nov 19 23:27:15 2003
+++ reopt/Makefile.config.in	Tue Sep  7 12:33:09 2004
@@ -14,3 +14,8 @@
 #
 include $(LLVM_SRC_ROOT)/Makefile.config
 
+# Path to the PAPI code.  This is used by the reoptimizer only.
+# e.g.:
+#PAPIDIR := /home/vadve/shared/papi-2.3.4.1
+PAPIDIR := @PAPIDIR@
+






More information about the llvm-commits mailing list