[lld] [llvm] [llvm][lld] Support R_AARCH64_GOTPCREL32 (PR #72584)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat May 31 14:28:43 PDT 2025


nikic wrote:

Okay, in that case I think doing something along the lines of @dianqk's workaround in https://github.com/rust-lang/llvm-project/pull/181/files would be best. That allows RelLookupTableConverter to still generally work, but prevents it from generating GOTPCREL relocations.

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


More information about the llvm-commits mailing list