[PATCH] D84701: [LLD] [MinGW] Implement the --no-seh flag
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 01:48:45 PDT 2020
hans added a comment.
In D84701#2177048 <https://reviews.llvm.org/D84701#2177048>, @mstorsjo wrote:
> Actually, this does fix a regression in one sense. Prior to LLD 9, the `IMAGE_DLL_CHARACTERISTICS_NO_SEH` flag did end up set even in mingw configurations, so ignoring the `--no-seh` option was just fine. But for LLD 9, the safeSEH mechanism implementation was improved, and this flag no longer was set in mingw configurations.
Thanks, will merge once it lands.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84701/new/
https://reviews.llvm.org/D84701
More information about the llvm-commits
mailing list