This is an archive of the discontinued LLVM Phabricator instance.

[libunwind][AArch64] Unbreak building with GNU assembler
ClosedPublic

Authored by xry111 on Mar 14 2023, 9:01 PM.

Details

Summary

GNU assembler mandates armv8.5-a for memtag instructions. Maybe we should remove this restriction in GNU assembler, but let's work around it for current GNU Binutils releases.

Diff Detail

Event Timeline

xry111 created this revision.Mar 14 2023, 9:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 9:01 PM
xry111 requested review of this revision.Mar 14 2023, 9:01 PM
nikic added a subscriber: nikic.Mar 16 2023, 6:35 AM
fmayer accepted this revision.Mar 16 2023, 2:35 PM
This revision is now accepted and ready to land.Mar 16 2023, 2:35 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2023, 1:28 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
MaskRay added a comment.EditedMar 18 2023, 12:32 AM

for current GNU Binutils releases.

It would have been better to include the exact version.