[PATCH] D41275: [LLD] [MinGW] Ignore the --no-seh flag

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 11:49:29 PST 2017


rnk added a comment.

lgtm

I think LLD's current behavior will make things "just work" in as many cases as possible.

We could consider adding a warning when there were .sxdata sections present in the input, but no _load_config_used symbol was found. This indicates that there *were* structured exception handlers, but there was no load config to point to the safe SEH table.


https://reviews.llvm.org/D41275





More information about the llvm-commits mailing list