[llvm-commits] [vector_llvm] CVS: llvm/include/llvm/Config/config.h.in

Robert Bocchino bocchino at cs.uiuc.edu
Wed Nov 16 10:32:05 PST 2005



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.57 -> 1.57.2.1
---
Log message:

Merged mainline into Vector LLVM branch


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

 config.h.in |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.57 llvm/include/llvm/Config/config.h.in:1.57.2.1
--- llvm/include/llvm/Config/config.h.in:1.57	Wed Aug 24 05:07:21 2005
+++ llvm/include/llvm/Config/config.h.in	Wed Nov 16 12:31:53 2005
@@ -185,6 +185,12 @@
 /* Define to 1 if you have the <malloc.h> header file. */
 #undef HAVE_MALLOC_H
 
+/* Define to 1 if you have the <malloc/malloc.h> header file. */
+#undef HAVE_MALLOC_MALLOC_H
+
+/* Define to 1 if you have the `malloc_zone_statistics' function. */
+#undef HAVE_MALLOC_ZONE_STATISTICS
+
 /* Define to 1 if you have the `memcpy' function. */
 #undef HAVE_MEMCPY
 






More information about the llvm-commits mailing list