This is an archive of the discontinued LLVM Phabricator instance.

ARM: default to arm_aapcscc (or VFP) for embedded MachO targets.
Needs ReviewPublic

Authored by t.p.northover on May 24 2023, 7:12 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

These were always intended to be AAPCS targets and LLVM does treat the usual C calling convention that way, but some refactoring over time seems to have lost that so now they get lots of extra arm_aapcscc decoration that's not needed.

Diff Detail

Event Timeline

t.p.northover created this revision.May 24 2023, 7:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 7:12 AM
t.p.northover requested review of this revision.May 24 2023, 7:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 7:12 AM