This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix remote macOS debugging on Apple Silicon
ClosedPublic

Authored by JDevlieghere on Jul 30 2021, 9:39 AM.

Details

Summary

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.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jul 30 2021, 9:39 AM
JDevlieghere requested review of this revision.Jul 30 2021, 9:39 AM
jasonmolenda accepted this revision.Jul 30 2021, 1:12 PM

Nice fix.

This revision is now accepted and ready to land.Jul 30 2021, 1:12 PM
This revision was landed with ongoing or failed builds.Jul 30 2021, 1:14 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2021, 1:14 PM