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 d8a34c2 commit 4b4763fCopy full SHA for 4b4763f
lld/test/wasm/signature-mismatch.s
@@ -9,7 +9,7 @@
9
# RUN: obj2yaml %t.reloc.o | FileCheck %s -check-prefix=RELOC
10
11
# RUN: rm -f %t.a
12
-# RUN: ar crS %t.a %t.ret32.o %t.call.o
+# RUN: llvm-ar crS %t.a %t.ret32.o %t.call.o
13
# RUN: wasm-ld --export=call_ret32 --export=ret32 -o %t2.wasm %t.main.o %t.a 2>&1 | FileCheck %s -check-prefix=ARCHIVE
14
# RUN: obj2yaml %t2.wasm | FileCheck %s -check-prefix=YAML
15
0 commit comments