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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 01:34:39 PST 2018


jhenderson added a comment.

Functionality wise, this seems like a reasonable idea to me. Personally, I think I'd prefer --noinhibit-exec to more closely match the BFD approach of still emitting an actual error, but that's orthogonal to the issue this is trying to solve.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54651





More information about the llvm-commits mailing list