This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Use GetSupportedArchitectures on darwin platforms
ClosedPublic

Authored by labath on Dec 20 2021, 4:41 AM.

Details

Summary

This finishes the GetSupportedArchitectureAtIndex migration. There are
opportunities to simplify this even further, but I am going to leave
that to the platform owners.

Diff Detail

Event Timeline

labath requested review of this revision.Dec 20 2021, 4:41 AM
labath created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2021, 4:41 AM
JDevlieghere accepted this revision.Dec 20 2021, 9:36 AM

This was on my todo-list for this week but you beat me to it. Thanks for taking care of this! LGTM

This revision is now accepted and ready to land.Dec 20 2021, 9:36 AM

Don't worry, there's still plenty of improvement opportunities around there. :)

This revision was automatically updated to reflect the committed changes.