[clang] [Clang][CodeGen] Fix crash and generate UnreachableInst upon branching out of SEH handlers (PR #220462)

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 19:53:43 PDT 2026


yasster wrote:

Yeah, it's valid under SEH even if the compiler suggests jumping is a UB, using the same code on MSVC, you can see how it generates the jump. LLVM will crash since it can't handle this yet!

https://github.com/llvm/llvm-project/pull/220462


More information about the cfe-commits mailing list