[lld] [llvm] [WebAssembly] Add support for shared tags (PR #188367)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 1 09:49:00 PDT 2026


================
@@ -8,7 +8,7 @@
 
 # Same again for wasm64
 
-# RUN: llvm-mc -filetype=obj -triple=wasm64-unknown-emscripten -o %t.o %s
+# RUN: llvm-mc -filetype=obj -triple=wasm64-unknown-emscripten -mattr=+exception-handling -o %t.o %s
----------------
sbc100 wrote:

Does llvm-mc error on the `throw` instruction without this?  

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


More information about the llvm-commits mailing list