[PATCH] D41252: [MinGW] Implement the --no-seh flag

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 11:59:31 PST 2017


rnk added a comment.

Does link.exe set this flag if there are no handlers in .sxdata? This flag seems like it was added as a way to mark DLLs that don't have _load_config_used as not having any exception handlers for /safeseh. Maybe we should just set this flag implicitly if there were no handlers in .sxdata and _load_config_used never resolved.


https://reviews.llvm.org/D41252





More information about the llvm-commits mailing list