diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-03 19:47:19 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-03 19:47:19 +0000 |
commit | 46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f (patch) | |
tree | 2ef5599c78b90f942b81412d8542865f12537f9c /include | |
parent | 82120023861a85427f436dcb6f21a741e32a7896 (diff) | |
download | external_llvm-46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f.zip external_llvm-46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f.tar.gz external_llvm-46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f.tar.bz2 |
Add support for detecting libxml for Dmitri's work. He'll
commit code in clang that uses this shortly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index fcd57a4..5a60ba5 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -6,6 +6,9 @@ /* Bug report URL. */ #undef BUG_REPORT_URL +/* Define if we have libxml2 */ +#undef CLANG_HAVE_LIBXML + /* Relative directory for resource files */ #undef CLANG_RESOURCE_DIR |