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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 13:59:22 PDT 2020


mstorsjo added a comment.

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.


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