diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-09-20 03:54:11 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-09-20 03:54:11 +0000 |
| commit | 5ac1b3ada84eb24667f1c8a043e61b03791c8e82 (patch) | |
| tree | 293648158799327245bcf34efc5cd01fd0840198 | |
| parent | df43e00609eb8f5ff848ca18928a1e5131f949ee (diff) | |
| download | bcm5719-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
| -rw-r--r-- | llvm/include/llvm/Config/llvm-config.h.in | 3 |
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 |

