[PATCH] D57291: [COFF] Add new relocation types.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 26 13:42:39 PST 2019
mstorsjo marked an inline comment as done.
mstorsjo added inline comments.
================
Comment at: include/llvm/BinaryFormat/COFF.h:373
IMAGE_REL_ARM_BLX11 = 0x0009,
IMAGE_REL_ARM_SECTION = 0x000E,
IMAGE_REL_ARM_SECREL = 0x000F,
----------------
pcc wrote:
> You might want to add `IMAGE_REL_ARM_REL32` here, which is also new to the 11/04/2018 revision of the spec.
Oh, I didn't notice that one as it was in the middle of the range.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57291/new/
https://reviews.llvm.org/D57291
More information about the llvm-commits
mailing list