[PATCH] D102985: [lld][ELF][SPARC] Implement and fixup GOT/PLT relocations
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 08:46:14 PDT 2021
jrtc27 added a comment.
Downstream we turned it into a `std::pair<uint64_t, uint64_t>` (https://github.com/CTSRD-CHERI/llvm-project/blob/de58a2a25c32471b4b3c2aec77fee624e24120cd/lld/ELF/Relocations.cpp#L136-L179), though something more general where it's parameterised on the number of words might be nicer rather than hand-rolling a pair version.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102985/new/
https://reviews.llvm.org/D102985
More information about the llvm-commits
mailing list