[Lldb-commits] [lldb] [lldb] Use packaging module instead of pkg_resources (PR #93712)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu May 30 09:53:59 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.
----------------
JDevlieghere wrote:

No, it doesn't. StrictVersion was still being used elsewhere in the file, which I've replaced as well. 

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


More information about the lldb-commits mailing list