[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Tue Jul 12 20:20:26 PDT 2005
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.50 -> 1.51
---
Log message:
Implement a test for the Graphviz program for Chris Lattner. The symbol
GRAPHVIZ will contain the path to the program if its found (or "echo Graphviz"
if not) and the #define HAVE_GRAPHVIZ will be defined if its found.
---
Diffs of the changes: (+3 -0)
config.h.in | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.50 llvm/include/llvm/Config/config.h.in:1.51
--- llvm/include/llvm/Config/config.h.in:1.50 Tue Jul 12 10:24:20 2005
+++ llvm/include/llvm/Config/config.h.in Tue Jul 12 22:20:14 2005
@@ -121,6 +121,9 @@
/* Does not have hash_set in gnu namespace */
#undef HAVE_GNU_EXT_HASH_SET
+/* Define if the Graphviz program is available */
+#undef HAVE_GRAPHVIZ
+
/* Define to 1 if you have the `index' function. */
#undef HAVE_INDEX
More information about the llvm-commits
mailing list