[PATCH] D57292: [LLD] [COFF] Add support for the new relocations IMAGE_REL_ARM{, 64}_REL32
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 26 14:08:13 PST 2019
pcc added inline comments.
================
Comment at: COFF/Chunks.cpp:201
case IMAGE_REL_ARM_SECREL: applySecRel(this, Off, OS, S); break;
+ case IMAGE_REL_ARM_REL32: add32(Off, S - P - 4); break;
default:
----------------
Are you sure that this is `S` and not `SX`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57292/new/
https://reviews.llvm.org/D57292
More information about the llvm-commits
mailing list