[clang] [llvm] WebAssembly: Stop changing MCAsmInfo's ExceptionsType based on flags (PR #146343)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 1 22:03:04 PDT 2025
================
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=wasm32-unknown-unknown -wasm-use-legacy-eh -exception-model=wasm -mattr=+exception-handling -run-pass wasm-cfg-stackify %s -o - | FileCheck %s
+# RUN: llc -mtriple=wasm32-unknown-unknown -wasm-use-legacy-eh -wasm-enable-sjlj -exception-model=wasm -mattr=+exception-handling -run-pass wasm-cfg-stackify %s -o - | FileCheck %s
----------------
arsenm wrote:
The error checks either, so I just picked one
https://github.com/llvm/llvm-project/pull/146343
More information about the cfe-commits
mailing list