summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-08-03 19:47:19 +0000
committerEric Christopher <echristo@apple.com>2012-08-03 19:47:19 +0000
commit46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f (patch)
tree2ef5599c78b90f942b81412d8542865f12537f9c /include/llvm/Config/config.h.in
parent82120023861a85427f436dcb6f21a741e32a7896 (diff)
downloadllvm-46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f.tar.gz
llvm-46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f.tar.bz2
llvm-46e6bcf3aca5496e51993dff0d3be2c0b45e4a8f.tar.xz
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/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index fcd57a4b78..5a60ba565f 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