[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 23:45:56 PDT 2025
================
@@ -9,7 +9,6 @@ define i32 @foobar() gc "statepoint-example" personality ptr @__gxx_personality_
; CHECK-NEXT: .seh_endprologue
; CHECK-NEXT: callq bar
; CHECK-NEXT: .Ltmp0:
-; CHECK-NEXT: nop
----------------
mstorsjo wrote:
The Windows GNU target does use SEH for the unwind info, but uses GCC compatible unwind info for the language level things (corresponding to ip2state tables I guess).
https://github.com/llvm/llvm-project/pull/144745
More information about the llvm-commits
mailing list