[PATCH] D149443: [ARM] add Thumb-1 8-bit movs/adds relocations to LLVM
Ties Stuij via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 08:10:39 PDT 2023
stuij marked an inline comment as done.
stuij 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)
----------------
john.brawn wrote:
> According to the ABI document this is R_ARM_THM_ALU_ABS_G3, i.e. without the _NC.
Yes, I noticed that as well, but must have forgotten to update it. Done!
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