[lld] [lld][ELF][LoongArch] Support relaxing R_LARCH_CALL36 (PR #127312)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 15 13:56:16 PST 2025
================
@@ -971,6 +1017,7 @@ void LoongArch::finalizeRelax(int passes) const {
switch (newType) {
case R_LARCH_RELAX:
break;
+ case R_LARCH_B26:
----------------
MaskRay wrote:
#123576 does not change `r.expr`. Which one is appropriate?
https://github.com/llvm/llvm-project/pull/127312
More information about the llvm-commits
mailing list