summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-09-20 03:54:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-09-20 03:54:11 +0000
commit5ac1b3ada84eb24667f1c8a043e61b03791c8e82 (patch)
tree293648158799327245bcf34efc5cd01fd0840198 /llvm
parentdf43e00609eb8f5ff848ca18928a1e5131f949ee (diff)
downloadbcm5719-llvm-5ac1b3ada84eb24667f1c8a043e61b03791c8e82.tar.gz
bcm5719-llvm-5ac1b3ada84eb24667f1c8a043e61b03791c8e82.zip
include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for consistency against llvm-config.h.cmake.
llvm-svn: 140137
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Config/llvm-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/Config/llvm-config.h.in b/llvm/include/llvm/Config/llvm-config.h.in
index f04385edc0c..b2257f37bbc 100644
--- a/llvm/include/llvm/Config/llvm-config.h.in
+++ b/llvm/include/llvm/Config/llvm-config.h.in
@@ -97,6 +97,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
OpenPOWER on IntegriCloud