[PATCH] D149443: [ARM] add Thumb-1 8-bit movs/adds relocations to LLVM

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 09:24:25 PDT 2023


john.brawn added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def:141
+ELF_RELOC(R_ARM_THM_ALU_ABS_G2_NC,      0x86)
+ELF_RELOC(R_ARM_THM_ALU_ABS_G3_NC,      0x87)
 ELF_RELOC(R_ARM_THM_BF16,               0x88)
----------------
According to the ABI document this is R_ARM_THM_ALU_ABS_G3, i.e. without the _NC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149443



More information about the llvm-commits mailing list