We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dfaf3 commit 3b96294Copy full SHA for 3b96294
clang/test/Driver/notypecheck.s
@@ -5,7 +5,7 @@
5
6
# Verify that without -Wa,--no-type-check the assembler will error out
7
# RUN: not %clang %s -c -o tmp.o -target wasm32-unknown-unknown 2>&1 | FileCheck --check-prefix=ERROR %s
8
-# ERROR: error: popped i64, expected i32
+# ERROR: error: type mismatch, expected [i32] but got [i64]
9
10
foo:
11
.functype foo () -> (i32)
0 commit comments