summaryrefslogtreecommitdiffstats
path: root/lldb/docs
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-01-08 09:03:40 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-01-08 09:03:40 -0800
commitbbbbf8a1065e9420e3cc7c958897683e84023075 (patch)
tree250baf45774b55a5997a71bdbf6cd6da6982aada /lldb/docs
parent07a569a0539a12700401b8f4221af0a58f28a654 (diff)
downloadbcm5719-llvm-bbbbf8a1065e9420e3cc7c958897683e84023075.tar.gz
bcm5719-llvm-bbbbf8a1065e9420e3cc7c958897683e84023075.zip
[lldb/CMake] Use LLDB's autodetection logic for libxml2
Libxml2 is already an optional dependency. It should use the same infrastructure as the other dependencies. Differential revision: https://reviews.llvm.org/D72290
Diffstat (limited to 'lldb/docs')
-rw-r--r--lldb/docs/resources/build.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index ef290892b4f..41586e22048 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -58,6 +58,8 @@ CMake configuration error.
+-------------------+------------------------------------------------------+--------------------------+
| LZMA | Lossless data compression | ``LLDB_ENABLE_LZMA`` |
+-------------------+------------------------------------------------------+--------------------------+
+| Libxml2 | XML | ``LLDB_ENABLE_LIBXML2`` |
++-------------------+------------------------------------------------------+--------------------------+
| Python | Python scripting | ``LLDB_ENABLE_PYTHON`` |
+-------------------+------------------------------------------------------+--------------------------+
| Lua | Lua scripting | ``LLDB_ENABLE_LUA`` |
OpenPOWER on IntegriCloud