[PATCH] D105214: [ARM] RELA relocations for 32bit ARM ignore the addend.

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 16:21:56 PDT 2021


wolfgangp updated this revision to Diff 356041.
wolfgangp marked 3 inline comments as done.
wolfgangp added a comment.
Herald added subscribers: s.egerton, simoncook.

Ignore LocData for RELA relocations except for RISCV, which uses both LocData and Addend.

Updated the test case by adding non-zero data to the location to verify it is ignored.


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

https://reviews.llvm.org/D105214

Files:
  llvm/lib/Object/RelocationResolver.cpp
  llvm/test/DebugInfo/ARM/dwarfdump-rela.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105214.356041.patch
Type: text/x-patch
Size: 4803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/89b62bdd/attachment.bin>


More information about the llvm-commits mailing list