[PATCH] D57291: [COFF] Add new relocation types.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 26 13:37:33 PST 2019


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: include/llvm/BinaryFormat/COFF.h:373
   IMAGE_REL_ARM_BLX11 = 0x0009,
   IMAGE_REL_ARM_SECTION = 0x000E,
   IMAGE_REL_ARM_SECREL = 0x000F,
----------------
You might want to add `IMAGE_REL_ARM_REL32` here, which is also new to the 11/04/2018 revision of the spec.


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