Skip to content

Commit

Permalink
[lld][WebAssembly] Fix test on Windows, use llvm-ar instead of ar
Browse files Browse the repository at this point in the history
(cherry picked from commit 4b4763f)
  • Loading branch information
rnk authored and tstellar committed May 14, 2024
1 parent c5b3fa4 commit be6c817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/wasm/signature-mismatch.s
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# RUN: obj2yaml %t.reloc.o | FileCheck %s -check-prefix=RELOC

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

Expand Down

0 comments on commit be6c817

Please sign in to comment.