[PATCH] D45080: [ELF] - Provide a hint about --no-check-sections

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 30 10:11:04 PDT 2018


ruiu added a comment.

You can either disable error checking or ignore errors, but "ignoring this check" doesn't make much sense.

In what situation this hint is useful? Showing a hint suggests people do that, but IIUC, overlapping sections is almost always an error, and it is pretty rare that you need --no-check-sections option. It may give a wrong impression that the error can be resolved by passing that option.


https://reviews.llvm.org/D45080





More information about the llvm-commits mailing list