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

Chris Lattner lattner at cs.uiuc.edu
Thu May 29 14:18:01 PDT 2003


Changes in directory llvm:

Makefile.config updated: 1.12 -> 1.13

---
Log message:

Minor reordering of options


---
Diffs of the changes:

Index: llvm/Makefile.config
diff -u llvm/Makefile.config:1.12 llvm/Makefile.config:1.13
--- llvm/Makefile.config:1.12	Thu May 29 13:51:11 2003
+++ llvm/Makefile.config	Thu May 29 14:16:55 2003
@@ -70,7 +70,7 @@
 SPEC_ROOT := /home/vadve/shared/benchmarks/speccpu2000/benchspec
 
 #
-# Path to the PAPI code.
+# Path to the PAPI code.  This is used by the reoptimizer only.
 #
 PAPIDIR := /home/vadve/shared/papi-2.3.4.1
 
@@ -78,23 +78,24 @@
 # make command line (ie, make ENABLE_PROFILING=1)
 #
 
-# When ENABLE_PROFILING is enabled, the llvm source base is built with profile
-# information to allow gprof to be used to get execution frequencies.
-#
-#ENABLE_PROFILING = 1
-
-# When ENABLE_PURIFY is enabled, the LLVM tools are linked with purify (which
-# must be locally installed) to allow for some automated memory error debugging.
-#
-#ENABLE_PURIFY    = 1
-
 # When ENABLE_OPTIMIZED is enabled, Release builds of all of the LLVM code are
 # turned on, and Debug builds are turned off.
 #
 #ENABLE_OPTIMIZED = 1
 
+# When ENABLE_PROFILING is enabled, the llvm source base is built with profile
+# information to allow gprof to be used to get execution frequencies.
+#
+#ENABLE_PROFILING = 1
+
 #
 # This open tells the Makefiles to produce verbose output.
 # It essentially prints the commands that make is executing
 #
 #VERBOSE = 1
+
+# When ENABLE_PURIFY is enabled, the LLVM tools are linked with purify (which
+# must be locally installed) to allow for some automated memory error debugging.
+#
+#ENABLE_PURIFY    = 1
+





More information about the llvm-commits mailing list