[Lldb-commits] [lldb] [lldb] Use packaging module instead of pkg_resources (PR #93712)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 06:54:11 PDT 2024
================
@@ -519,9 +519,9 @@ def _find_windows_sdk_in_registry_view(self, view):
# Windows SDK version numbers consist of 4 dotted components, so we
# have to use LooseVersion, as StrictVersion supports 3 or fewer.
----------------
DavidSpickett wrote:
Does this comment still apply? Are LooseVersion and StrictVersion still a thing we use here?
https://github.com/llvm/llvm-project/pull/93712
More information about the lldb-commits
mailing list