This is an archive of the discontinued LLVM Phabricator instance.

[scudo/standalone] Use .arch_extension memtag, not mte
ClosedPublic

Authored by mcgrathr on Feb 3 2021, 7:30 PM.

Details

Summary

GNU binutils accepts only .arch_extension memtag while Clang
accepts either that or .arch_extension mte to mean the same thing.

Diff Detail

Event Timeline

mcgrathr requested review of this revision.Feb 3 2021, 7:30 PM
mcgrathr created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2021, 7:30 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cryptoad added a reviewer: pcc.Feb 3 2021, 8:55 PM

AFAICT it's fine, but I'd rather have @pcc give the LGTM

pcc accepted this revision.Feb 8 2021, 10:25 AM

LGTM

This revision is now accepted and ready to land.Feb 8 2021, 10:25 AM
This revision was landed with ongoing or failed builds.Feb 8 2021, 12:25 PM
This revision was automatically updated to reflect the committed changes.