[all-commits] [llvm/llvm-project] 5edfc0: [lldb] Fix macOS Ventura version number checks
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jul 12 13:30:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5edfc0b928b9ac4c653188828c5637de70bcf8ff
https://github.com/llvm/llvm-project/commit/5edfc0b928b9ac4c653188828c5637de70bcf8ff
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M lldb/test/API/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py
M lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py
Log Message:
-----------
[lldb] Fix macOS Ventura version number checks
Unlike Python 2 which reports 10.16 on any recent macOS, Python 3
correctly reports Ventura as macOS 13.
More information about the All-commits
mailing list