summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-09-27 16:28:34 +0000
committerDan Gohman <gohman@apple.com>2010-09-27 16:28:34 +0000
commit48fd5a79e023bf6a647dfabb2bbb4c2f98617b81 (patch)
treeb0ca2b5657873c23b7cf0e9eb762b45122918e0a /include/llvm/Config/config.h.in
parent520163c98bbfcaa3a82fccd3ca27446ffc2c53cd (diff)
downloadllvm-48fd5a79e023bf6a647dfabb2bbb4c2f98617b81.tar.gz
llvm-48fd5a79e023bf6a647dfabb2bbb4c2f98617b81.tar.bz2
llvm-48fd5a79e023bf6a647dfabb2bbb4c2f98617b81.tar.xz
Add support for viewing graphviz graphs with xdot.py.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 6fd274d875..1aeb5ce337 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -118,6 +118,9 @@
/* Define if the neat program is available */
#undef HAVE_FDP
+/* Define to 1 if you have the <fenv.h> header file. */
+#undef HAVE_FENV_H
+
/* Define if libffi is available on this platform. */
#undef HAVE_FFI_CALL
@@ -455,12 +458,12 @@
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#undef HAVE_VALGRIND_VALGRIND_H
-/* Define to 1 if you have the <fenv.h> header file. */
-#undef HAVE_FENV_H
-
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
+/* Define if the xdot.py program is available */
+#undef HAVE_XDOT_PY
+
/* Define to 1 if you have the `__dso_handle' function. */
#undef HAVE___DSO_HANDLE
@@ -542,6 +545,9 @@
/* Define to path to twopi program if found or 'echo twopi' otherwise */
#undef LLVM_PATH_TWOPI
+/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
+#undef LLVM_PATH_XDOT_PY
+
/* Installation prefix directory */
#undef LLVM_PREFIX