[PATCH] D97105: [lld-macho] Extract embedded addends for arm64 UNSIGNED relocations
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 19:11:52 PST 2021
int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a subscriber: kristof.beyls.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
On arm64, UNSIGNED relocs are the only ones that use embedded addends
instead of the ADDEND relocation.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97105
Files:
lld/MachO/Arch/ARM64.cpp
lld/MachO/InputFiles.cpp
lld/test/MachO/arm64-relocs.s
lld/test/MachO/reloc-subtractor.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97105.325140.patch
Type: text/x-patch
Size: 3812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210220/70266b8b/attachment.bin>
More information about the llvm-commits
mailing list