This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFCI] Use common MCELFStreamer code for attribute emission
ClosedPublic

Authored by asb on Mar 8 2023, 3:38 AM.

Details

Summary

D102894 introduced common code for the emission of ELF attributes. Our implementation in RISC-V predates this, and basically copies the Arm logic at the time. This patch removes that duplication and uses the shared logic instead.

Diff Detail

Event Timeline

asb created this revision.Mar 8 2023, 3:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 3:38 AM
asb requested review of this revision.Mar 8 2023, 3:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 3:38 AM
MaskRay accepted this revision.Mar 8 2023, 3:53 PM
This revision is now accepted and ready to land.Mar 8 2023, 3:53 PM
This revision was landed with ongoing or failed builds.Mar 12 2023, 9:18 AM
This revision was automatically updated to reflect the committed changes.