[all-commits] [llvm/llvm-project] 7ad854: [lldb] Fix remote macOS debugging on Apple Silicon
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jul 30 13:14:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ad854c41e2b08b8cd6aae1d3b6f22125512585b
https://github.com/llvm/llvm-project/commit/7ad854c41e2b08b8cd6aae1d3b6f22125512585b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
Log Message:
-----------
[lldb] Fix remote macOS debugging on Apple Silicon
Update ARMGetSupportedArchitectureAtIndex to consider remote macOS
debugging. Currently, it defaults to an iOS triple when IsHost() returns
false. This fixes TestPlatformSDK.py on Apple Silicon.
Differential revision: https://reviews.llvm.org/D107179
More information about the All-commits
mailing list