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

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 16:09:20 PDT 2024


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

It fails because type checking fails. But at least `InstPrinter` and its annotation printer is not printing confusing messages.

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


More information about the llvm-commits mailing list