[Lldb-commits] [lldb] [lldb] Add build option to specify the libxml 2 version (PR #142183)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 30 10:26:03 PDT 2025


JDevlieghere wrote:

Could the problem be that the statically linked libxml2 is reporting the wrong version or something? We don't pass the `EXACT` flag, which means that CMake will find a version that "is compatible" [1]. The latter is intentionally vague and I couldn't immediately find the corresponding logic for libxml2. However, on my linux machine, CMake happily picks up libxml 2.12.7 with the existing logic. 

[1] https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-version-selection

https://github.com/llvm/llvm-project/pull/142183


More information about the lldb-commits mailing list