[lld] [lld] Add target support for SystemZ (s390x) (PR #75643)
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 00:43:41 PST 2024
rui314 wrote:
FYI: Slightly off-topic, but we use an alternative PLT code sequence in mold so that we use only 16 bytes instead of 32 for each PLT entry. That's something you might want to consider. You can see the code here: https://github.com/rui314/mold/blob/4cdfc7e72c5c88010de0e43952b19fd48647848e/elf/arch-s390x.cc#L72-L76
https://github.com/llvm/llvm-project/pull/75643
More information about the llvm-commits
mailing list