This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add Apple simulator platforms to lldbplatform.py
ClosedPublic

Authored by teemperor on Oct 19 2020, 6:06 AM.

Details

Summary

This just adds the simulator platforms to the lldbplatform enumerations
and the respective test decorator.

The platform names for the simulator are just the SDK names since D85537, so
that's why we are not using LLDB's usual platform names here (e.g., SDK = "iphonesimulator" vs LLDB platform ="ios-simulator").

Also removes the duplicate platform enumaration in lldbplatformutil.py.

Diff Detail

Event Timeline

teemperor requested review of this revision.Oct 19 2020, 6:06 AM
teemperor created this revision.
JDevlieghere accepted this revision.Oct 19 2020, 9:22 AM
This revision is now accepted and ready to land.Oct 19 2020, 9:22 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2020, 6:35 AM