This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][ELF] Remove internal binutils relocations
ClosedPublic

Authored by asb on Nov 2 2021, 4:04 AM.

Details

Summary

These relocations have been removed from the psABI doc in https://github.com/riscv-non-isa/riscv-elf-psabi-doc/pull/199. This patch simply updates llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def to match.

Diff Detail

Event Timeline

asb created this revision.Nov 2 2021, 4:04 AM
asb requested review of this revision.Nov 2 2021, 4:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2021, 4:04 AM
Herald added a subscriber: MaskRay. · View Herald Transcript
MaskRay accepted this revision.Nov 2 2021, 1:34 PM

Looks great!

This revision is now accepted and ready to land.Nov 2 2021, 1:34 PM
jrtc27 accepted this revision.Nov 2 2021, 1:35 PM

I think I meant to do this but guess I never did, oops; I remembered to remove them from FreeBSD's headers at least...

This revision was landed with ongoing or failed builds.Nov 4 2021, 8:55 AM
This revision was automatically updated to reflect the committed changes.