[lld] [llvm] [llvm][lld] Support R_RISCV_GOT32_PCREL (PR #72587)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 16:26:11 PST 2023


PiJoules wrote:

Didn't notice until now that 41 was taken up by `R_RISCV_GNU_VTINHERIT` which I believe is a very old relocation that's unsupported by most linkers along with `R_RISCV_GNU_VTENTRY`. Not sure if we want to remove them altogether or change their codes or give `R_RISCV_GOT32_PCREL` a new code. For now, I just removed them.

https://github.com/llvm/llvm-project/pull/72587


More information about the llvm-commits mailing list