This is an archive of the discontinued LLVM Phabricator instance.

[TextAPI] Add support for arm64_32
ClosedPublic

Authored by drodriguez on Mar 31 2021, 10:14 AM.

Details

Summary

Add a new architecture definition for arm64_32. The change should allow
the new architecture arm64_32 to be recognized in several pieces of
code, TextAPI parsing one of them. llvm-lipo will also recognize the
architecture and will allow lipoing files with this architecture without
failing.

Includes a small test that the architecture is recognized by llvm-nm.

Diff Detail

Event Timeline

drodriguez created this revision.Mar 31 2021, 10:14 AM
drodriguez requested review of this revision.Mar 31 2021, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2021, 10:14 AM
cishida accepted this revision.Apr 1 2021, 1:42 PM

LGTM

This revision is now accepted and ready to land.Apr 1 2021, 1:42 PM
This revision was automatically updated to reflect the committed changes.