[llvm-branch-commits] [NFCI][ELF][Mips] Refactor MipsGotSection to avoid explicit writes (PR #150730)

Jessica Clarke via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 25 18:15:23 PDT 2025


jrtc27 wrote:

The current code is quite crusty and divergent from non-MIPS in API use, but fixing it up like this is quite high-risk, especially given how weird the MIPS GOT is when it comes to the required initial memory state. Is anyone using LLD for MIPS these days who can test this in a wider context? I've tried to be very careful but I would not be surprised if I've made mistakes; our test coverage isn't great.

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


More information about the llvm-branch-commits mailing list