[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Sat Jan 15 18:58:52 PST 2005
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.46 -> 1.47
---
Log message:
Provide support for HP/UX aCC compiler's variant of hash_map and hash_set
(RogueWave). These are implemented in rw/stdex/hash_map.h and
rw/stdex/hash_set.h on HP/UX.
---
Diffs of the changes: (+6 -0)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.46 llvm/include/llvm/Config/config.h.in:1.47
--- llvm/include/llvm/Config/config.h.in:1.46 Sat Jan 1 12:16:16 2005
+++ llvm/include/llvm/Config/config.h.in Sat Jan 15 20:58:39 2005
@@ -231,6 +231,12 @@
/* Define to 1 if you have the `rindex' function. */
#undef HAVE_RINDEX
+/* Define to 1 if you have the <rw/stdex/hash_map.h> header file. */
+#undef HAVE_RW_STDEX_HASH_MAP_H
+
+/* Define to 1 if you have the <rw/stdex/hash_set.h> header file. */
+#undef HAVE_RW_STDEX_HASH_SET_H
+
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK
More information about the llvm-commits
mailing list