[PATCH] D70637: [ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with addends
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 27 06:45:40 PST 2019
peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.
I'm happy with this change. It would be worth waiting a bit to see if there are any comments from other reviewers.
================
Comment at: lld/ELF/Relocations.cpp:1813
+ // TODO Restore addened on all targets.
+ if (config->emachine == EM_AARCH64)
+ rel.addend = t->addend;
----------------
Typo: addened -> addend
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70637/new/
https://reviews.llvm.org/D70637
More information about the llvm-commits
mailing list