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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat May 31 13:10:20 PDT 2025


nikic wrote:

@MaskRay I don't think this can be worked around by changing the IR Rust produces. The IR that Rust generates is very boring. All the decisions that ultimately lead to the use of this unsupported relocation are made by LLVM, so this needs to be fixed in LLVM, either by not using this relocation at all, or by never producing IR that can lead to the use of this relocation. The former seems cleaner to me, but I'm ok with either variant.

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


More information about the llvm-commits mailing list