[PATCH] D102985: [lld][ELF][SPARC] Fix GOT-relative relocations

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 20 10:00:28 PDT 2021


LemonBoy added a comment.

In D102985#2829305 <https://reviews.llvm.org/D102985#2829305>, @jrtc27 wrote:

> Ok, so you need R_RELAX_GOT_OFF to match R_RELAX_GOT_PC?

A relocation that behaves as `R_GOT_OFF` or, when it's possible to relax it, as a `R_GOTREL`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102985/new/

https://reviews.llvm.org/D102985



More information about the llvm-commits mailing list