[PATCH] D54651: [ELF] Allow --noinhibit-exec to produce corrupted executable with relocation overflow

Tim H via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 02:15:03 PST 2018


Timmmm added a comment.

This seems like a good change to me. Although if I'm understanding this correctly it isn't exactly the same as our `--ignore-relocations` option because other errors (e.g. undefined symbols) would cause an error in that case and they won't with `--noinhibit-exec`. Is that correct? I suspect we may be able to make things work even if that is the case though (hopefully without resorting to parsing the linker output).


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54651





More information about the llvm-commits mailing list