[PATCH] D84701: [LLD] [MinGW] Implement the --no-seh flag

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 07:59:44 PDT 2020


hans added a comment.

In D84701#2177968 <https://reviews.llvm.org/D84701#2177968>, @hans wrote:

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

70b2872f4810569173c7042c51333d83deb16d88 <https://reviews.llvm.org/rG70b2872f4810569173c7042c51333d83deb16d88>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84701/new/

https://reviews.llvm.org/D84701



More information about the llvm-commits mailing list