[PATCH] D80344: [Windows SEH]: HARDWARE EXCEPTION HANDLING (MSVC -EHa) - Part 1
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 3 13:38:25 PDT 2021
aganea added a comment.
In D80344#2797317 <https://reviews.llvm.org/D80344#2797317>, @tentzen wrote:
> @aganea , this patch should be zero-impact without explicit option -fasync-exceptions. Are you also seeing a crash without this option?
I'm using `/EHa` which I expect translates to `-fasync-exceptions`. Removing `/EHa` doesn't cause the crash.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80344/new/
https://reviews.llvm.org/D80344
More information about the cfe-commits
mailing list