[PATCH] D95994: [ELF] Allow R_386_GOTOFF from .debug_info

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 01:07:27 PST 2021


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

Change LGTM. For a future change, would it be worth looking at this from another direction and saying what can we disallow in non SHF_ALLOC sections, for example PC-relative? There can be an allow-list for known relocations and perhaps a warning for unknown ones. This should make us a little more resilient to changes in objects.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95994/new/

https://reviews.llvm.org/D95994



More information about the llvm-commits mailing list