[Lldb-commits] [lldb] [lldb] Add build option to specify the libxml 2 version (PR #142183)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri May 30 11:15:33 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
----------------
bulbazord wrote:
typo: `Sepcify` -> `Specify`.
https://github.com/llvm/llvm-project/pull/142183
More information about the lldb-commits
mailing list