Teach instCombine to remove malloc+free if malloc's only uses are comparisons
[oota-llvm.git] / Makefile.config.in
index 8fce3b27c82923da111ae1140f57ab9495800891..ec11bb3a52f9d976fde305b82b5d3faa88936ace 100644 (file)
@@ -270,6 +270,9 @@ ENABLE_SHARED := @ENABLE_SHARED@
 # Use -fvisibility-inlines-hidden?
 ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@
 
+# Do we want to allow timestamping information into builds?
+ENABLE_TIMESTAMPS := @ENABLE_TIMESTAMPS@
+
 # This option tells the Makefiles to produce verbose output.
 # It essentially prints the commands that make is executing
 #VERBOSE = 1