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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 08:51:24 PST 2018


MaskRay 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.

@jhenderson I'm also in favor of this: producing an executable but still an error. The current framework cannot express this as I've noted in the description. Making this possible can be a future improvement.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54651





More information about the llvm-commits mailing list