This is an archive of the discontinued LLVM Phabricator instance.

Switch ABI references to env/environment
ClosedPublic

Authored by lamb-j on Mar 10 2023, 5:29 PM.

Details

Summary

To be consistent with Triple.h, we update references to the
optional fourth triple field from ABI to env or enviornment

Diff Detail

Event Timeline

lamb-j created this revision.Mar 10 2023, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 5:29 PM
lamb-j requested review of this revision.Mar 10 2023, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 5:29 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rengolin accepted this revision.Mar 11 2023, 3:43 AM

IIRC, "abi" used to be what Arm called, but "env" is equally good. And it it's consistent with Triple.h, even better. LGTM, thanks!

This revision is now accepted and ready to land.Mar 11 2023, 3:43 AM
This revision was automatically updated to reflect the committed changes.