[all-commits] [llvm/llvm-project] cd2ba2: PlatformMacOSX should be activated for lldb built ...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Fri Feb 25 00:57:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd2ba23efb3e282d86cf7a94952f0bf61677fa7f
https://github.com/llvm/llvm-project/commit/cd2ba23efb3e282d86cf7a94952f0bf61677fa7f
Author: Jason Molenda <jason at molenda.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
Log Message:
-----------
PlatformMacOSX should be activated for lldb built to run on an iOS etc device
In the changes Jonas made in https://reviews.llvm.org/D117340 , a
small oversight was that PlatformMacOSX (despite the name) is active
for any native Darwin operating system, where lldb and the target
process are running on the same system. This patch uses compile-time
checks to return the appropriate OSType for the OS lldb is being
compiled to, so the "host" platform will correctly be selected when
lldb & the inferior are both running on that OS. And a small change
to PlatformMacOSX::GetSupportedArchitectures which adds additional
recognized triples when running on macOS but not other native Darwin
systems.
Differential Revision: https://reviews.llvm.org/D120517
rdar://89247060
More information about the All-commits
mailing list