[Lldb-commits] [PATCH] D131795: [LLDB] Fix the 'default' switch case in GetCompatibleArchs()
Slava Gurevich via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 15 09:34:09 PDT 2022
fixathon planned changes to this revision.
fixathon added inline comments.
================
Comment at: lldb/test/API/functionalities/gdb_remote_client/TestPlatformMacOSX.py:22
def qHostInfo(self):
- return "cputype:16777223;cpusubtype:2;ostype:%s;vendor:apple;os_version:10.15.4;maccatalyst_version:13.4;endian:little;ptrsize:8;" % self.host_ostype
+ return "cputype:16777228;cpusubtype:2;ostype:%s;vendor:apple;os_version:10.15.4;maccatalyst_version:13.4;endian:little;ptrsize:8;" % self.host_ostype
----------------
clayborg wrote:
> I believe that Jonas stated in the other diff that this was intentional.
I will undo. This file is included here mostly for context as I moved the discussion into this separate new diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131795/new/
https://reviews.llvm.org/D131795
More information about the lldb-commits
mailing list