Skip to content

Commit be6c817

Browse files
rnktstellar
authored andcommitted
[lld][WebAssembly] Fix test on Windows, use llvm-ar instead of ar
(cherry picked from commit 4b4763f)
1 parent c5b3fa4 commit be6c817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/wasm/signature-mismatch.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# RUN: obj2yaml %t.reloc.o | FileCheck %s -check-prefix=RELOC
1010

1111
# RUN: rm -f %t.a
12-
# RUN: ar crS %t.a %t.ret32.o %t.call.o
12+
# RUN: llvm-ar crS %t.a %t.ret32.o %t.call.o
1313
# RUN: wasm-ld --export=call_ret32 --export=ret32 -o %t2.wasm %t.main.o %t.a 2>&1 | FileCheck %s -check-prefix=ARCHIVE
1414
# RUN: obj2yaml %t2.wasm | FileCheck %s -check-prefix=YAML
1515

0 commit comments

Comments
 (0)