This is an archive of the discontinued LLVM Phabricator instance.

[TableGen][Target] Rename Attribute field in SubtargetFeature class to FieldName.
ClosedPublic

Authored by craig.topper on Jun 21 2023, 10:12 AM.

Details

Summary

The word "attribute" has a specific meaning in LLVM. Avoid using it
here to mean something different.

This addresses feedback from D153180.

Diff Detail

Event Timeline

craig.topper created this revision.Jun 21 2023, 10:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 10:12 AM
craig.topper requested review of this revision.Jun 21 2023, 10:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 10:12 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Jun 21 2023, 4:24 PM
This revision is now accepted and ready to land.Jun 21 2023, 4:24 PM
This revision was landed with ongoing or failed builds.Jun 21 2023, 6:02 PM
This revision was automatically updated to reflect the committed changes.