[clang] [WinEH] Fix crash, object unwinding in the except block (PR #172287)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 25 10:06:04 PST 2025
MuellerMP wrote:
Ahh okay there is even more issues hidden here sadly: `__try`+`__finally` (`<PerformSEHFinally>`) uses `NormalAndEHCleanup` aswell and thus emits `seh.scope.begin` even though the state numbering algo ignores it.
This makes fixing this very tricky. I might take a further look as well once christmas holidays have passed.
https://github.com/llvm/llvm-project/pull/172287
More information about the cfe-commits
mailing list