[lld] [lld][ELF] Fix a corner case of elf::getLoongArchPageDelta (PR #71907)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 23:58:01 PST 2023


jrtc27 wrote:

This special casing is really ugly and should not be needed, surely, if you just do the arithmetic in the right order and correctly. Can we not just do the same as mold?

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


More information about the llvm-commits mailing list