4 # RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.dir/foo.o %s
5 # RUN: wasm-ld --reproduce=%t.dir/repro.tar -o %t.dir/out.wasm %t.dir/foo.o
6 # RUN: env LLD_REPRODUCE=%t.dir/repro2.tar wasm-ld -o %t.dir/out.wasm %t.dir/foo.o
9 # RUN: tar tf repro.tar | FileCheck --check-prefix=TAR %s
10 # RUN: tar tf repro2.tar | FileCheck --check-prefix=TAR2 %s
12 # TAR: repro/response.txt
13 # TAR: repro/version.txt
14 # TAR: repro/{{.*}}/foo.o
16 # TAR2: repro2/response.txt
17 # TAR2: repro2/version.txt
18 # TAR2: repro2/{{.*}}/foo.o
20 # RUN: tar xf repro.tar
21 # RUN: FileCheck --check-prefix=RSP %s < repro/response.txt
23 # RSP: -o {{.*}}out.wasm
26 # RUN: FileCheck %s --check-prefix=VERSION < repro/version.txt
31 .functype _start () -> ()