[llvm] [WebAssembly] Fix attributes of exception_grouping_2 test (PR #191466)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 12:09:25 PDT 2026


================
@@ -1654,9 +1654,9 @@ unreachable:                                      ; preds = %rethrow, %rethrow6
 ; should make sure to take out (c)'s exception out of (a)'s exception too.
 define void @exception_grouping_2() personality ptr @__gxx_wasm_personality_v0 {
 entry:
-  %exception = call ptr @__cxa_allocate_exception(i32 4) #1
+  %exception = call ptr @__cxa_allocate_exception(i32 4) #0
   store i32 0, ptr %exception, align 16
-  invoke void @__cxa_throw(ptr %exception, ptr @_ZTIi, ptr null) #3
----------------
aheejin wrote:

Yeah it's surprising... 😞

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


More information about the llvm-commits mailing list