[PATCH] D114172: [ARM] implement support for ALU/LDR PC-relative group relocations

Ard Biesheuvel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 11:54:42 PST 2021


ardb updated this revision to Diff 388987.
ardb added a comment.

Implement feedback from Peter and Fangrui:

- use std::pair to return two values
- change types and U suffixes
- add more tests for failures


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114172

Files:
  lld/ELF/Arch/ARM.cpp
  lld/test/ELF/arm-adr-err-long.s
  lld/test/ELF/arm-adr-long.s
  lld/test/ELF/arm-adr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114172.388987.patch
Type: text/x-patch
Size: 15040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211122/30535994/attachment.bin>


More information about the llvm-commits mailing list