[Lldb-commits] [lldb] [lldb] Add build option to specify the libxml 2 version (PR #142183)
Fabrice de Gans via lldb-commits
lldb-commits at lists.llvm.org
Fri May 30 11:17:03 PDT 2025
================
@@ -51,13 +51,18 @@ macro(add_optional_dependency variable description package found)
message(STATUS "${description}: ${${variable}}")
endmacro()
+set(LLDB_LIBXML2_VERSION "2.8" CACHE STRING
+ "Sepcify the version of libxml 2 to use with LLDB. This is only meant to be overridden for local
----------------
Steelskin wrote:
Doh, fixed.
https://github.com/llvm/llvm-project/pull/142183
More information about the lldb-commits
mailing list