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

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 11:35:31 PDT 2021


wolfgangp updated this revision to Diff 358678.
wolfgangp marked 4 inline comments as done.
wolfgangp added a comment.

Addressed the review comments:

- added an assert that verifies that either the addend or LocData is 0
- renamed the relocation section into .rela.xxx
- deleted some unnecessary section properties


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.358678.patch
Type: text/x-patch
Size: 4794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210714/2162b626/attachment.bin>


More information about the llvm-commits mailing list