[PATCH] D131467: [LoongArch] Define the new-style reloc types

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 23:18:35 PDT 2022


SixWeining added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def:104
+ELF_RELOC(R_LARCH_TLS_GD_HI20,      98)
+ELF_RELOC(R_LARCH_RELAX,            99)
----------------
https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html#_relocations
Is `R_LARCH_32_PCREL (99)`  removed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131467



More information about the llvm-commits mailing list