[PATCH] D35793: [ELF] - Change way how we handle --noinhibit-exec

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 15:28:07 PDT 2017


ruiu added a comment.

I think preventing almost all errors is too much. Most errors are still checked even if --noinhibit-exec is specified. For example, if you give nonexistent file to the linker, it is still an error.


https://reviews.llvm.org/D35793





More information about the llvm-commits mailing list