This change also turns on -fasync-exceptions by default under -EHa
option due to the backend patch merged.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I checked no difference in codegen between /EHa and /EHsc in MSVC https://godbolt.org/z/rcMaP6Wse. So it should be correct for clang as well.
We should land it ASAP since it fixes a crash case.