[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Wed Jul 13 19:25:24 PDT 2005
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.51 -> 1.52
---
Log message:
Put the path to the Graphviz program in the #defines so it can be used.
---
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.51 llvm/include/llvm/Config/config.h.in:1.52
--- llvm/include/llvm/Config/config.h.in:1.51 Tue Jul 12 22:20:14 2005
+++ llvm/include/llvm/Config/config.h.in Wed Jul 13 21:25:12 2005
@@ -392,6 +392,9 @@
/* Define if this is Win32ish platform */
#undef LLVM_ON_WIN32
+/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
+#undef LLVM_PATH_GRAPHVIZ
+
/* Installation prefix directory */
#undef LLVM_PREFIX
More information about the llvm-commits
mailing list