[PATCH] D138135: [WIP][ELF] Support LoongArch

Jinyang He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 03:21:25 PST 2022


MQ-mengqing added inline comments.


================
Comment at: lld/ELF/Arch/LoongArch.cpp:384
+    return R_LOONGARCH_GOT_PAGE_PC;
+  case R_LARCH_PCALA_HI20:
+  case R_LARCH_PCALA64_LO20:
----------------
I'm not sure the pcalau12i series should do the overflow checking.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138135/new/

https://reviews.llvm.org/D138135



More information about the llvm-commits mailing list