[llvm] [WebAssembly] Print instructions with type checking errors (PR #111067)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 15:46:45 PDT 2024


================
@@ -0,0 +1,11 @@
+# RUN: not llvm-mc -triple=wasm32-unknown-unknown < %s | FileCheck %s
----------------
dschuff wrote:

so this means that the assembly as a whole still fails, right?

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


More information about the llvm-commits mailing list