This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Initial scaffolding for ARM32 support
ClosedPublic

Authored by int3 on Apr 29 2021, 11:18 AM.

Details

Reviewers
gkm
Group Reviewers
Restricted Project
Commits
rG2d28100bf2e4: [lld-macho] Initial scaffolding for ARM32 support
Summary

This just parses the -arch armv7 and emits the right header flags.
The rest will be slowly fleshed out in upcoming diffs.

Diff Detail

Event Timeline

int3 created this revision.Apr 29 2021, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2021, 11:18 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
int3 requested review of this revision.Apr 29 2021, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2021, 11:18 AM
gkm accepted this revision.Apr 30 2021, 9:13 AM
gkm added a subscriber: gkm.

💪🏼

This revision is now accepted and ready to land.Apr 30 2021, 9:13 AM
This revision was landed with ongoing or failed builds.Apr 30 2021, 1:17 PM
This revision was automatically updated to reflect the committed changes.