[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 14:48:35 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
----------------
sivadeilra wrote:

Since this is for the Windows GNU target, which does not use SEH, I _believe_ so, but I would really like to hear from someone with experience with the Windows GNU target.

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


More information about the llvm-commits mailing list