This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Copy-paste error in ARMv87a architecture definition.
ClosedPublic

Authored by simon_tatham on Feb 11 2021, 5:12 AM.

Details

Summary

In the tablegen architecture definition, the Name field for the
ARMv87a record read "ARMv86a". All the other records contain their own
names.

Corrected it to "ARMv87a", and added the necessary value in
ARMArchEnum for that to refer to.

Diff Detail

Event Timeline

simon_tatham created this revision.Feb 11 2021, 5:12 AM
simon_tatham requested review of this revision.Feb 11 2021, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2021, 5:13 AM
simon_tatham edited the summary of this revision. (Show Details)

Ahem. Now actually tested, and with the necessary extra enum definition.

This revision is now accepted and ready to land.Feb 11 2021, 5:31 AM
This revision was landed with ongoing or failed builds.Feb 11 2021, 5:36 AM
This revision was automatically updated to reflect the committed changes.