[PATCH] D147165: [Windows SEH] Fix catch+return crash for Windows -EHa
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 29 22:35:25 PDT 2023
pengfei added a comment.
I checked no difference in codegen between `/EHa` and `/EHsc` in MSVC. So it should be correct for clang as well.
We should land it ASAP since it fixes a crash case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147165/new/
https://reviews.llvm.org/D147165
More information about the cfe-commits
mailing list