On arm64, UNSIGNED relocs are the only ones that use embedded addends
instead of the ADDEND relocation.
Also ensure that the addend works when UNSIGNED is part of a SUBTRACTOR
pair.
Paths
| Differential D97105
[lld-macho] Extract embedded addends for arm64 UNSIGNED relocations ClosedPublic Authored by int3 on Feb 19 2021, 7:11 PM.
Details
Summary On arm64, UNSIGNED relocs are the only ones that use embedded addends Also ensure that the addend works when UNSIGNED is part of a SUBTRACTOR
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 23 2021, 11:35 AM This revision was landed with ongoing or failed builds.Feb 27 2021, 9:32 AM Closed by commit rG82b3da6f6f0e: [lld-macho] Extract embedded addends for arm64 UNSIGNED relocations (authored by int3). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 325140 lld/MachO/Arch/ARM64.cpp
lld/MachO/InputFiles.cpp
lld/test/MachO/arm64-relocs.s
lld/test/MachO/reloc-subtractor.s
|