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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 02:42:54 PST 2018


grimar added a comment.

In https://reviews.llvm.org/D54651#1302611, @Timmmm wrote:

> 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?


Yes.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54651





More information about the llvm-commits mailing list