[lld] [lld][LoongArch] Relax R_LARCH_PCALA_HI20 and R_LARCH_PCALA_LO12 (PR #112696)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 17:44:48 PST 2024
================
@@ -63,6 +76,7 @@ enum Reg {
R_ZERO = 0,
R_RA = 1,
R_TP = 2,
+ R_A0 = 4,
----------------
SixWeining wrote:
Seems it is not used by current patch.
https://github.com/llvm/llvm-project/pull/112696
More information about the llvm-commits
mailing list