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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 23 10:42:19 PDT 2021


MaskRay added a comment.

I think it is useful to set up a minimal goal. When you fix/implement GOT/PLT, make sure some basic programs with GOT/PLT are really working.

If we do "fix GOT a" "fot GOT b" "fix PLT c", it is very likely that a subsequent commit may update an earlier commit. This is less elegant.

So what's the state of this port? When I implemented ppc32 support and added riscv support, I made sure glibc/musl ppc32/riscv dynamically linking programs work.


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

https://reviews.llvm.org/D102985



More information about the llvm-commits mailing list