xref: /llvm-project/lld/test/ELF/reproduce-error.s (revision 42a21778f61cdc8462ce2cfb6ad7bc1992b2063c)
1# RUN: rm -rf %t.dir
2# RUN: mkdir -p %t.dir
3# RUN: cd %t.dir
4
5# RUN: not ld.lld --reproduce repro.tar abc -o t 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
6# CHECK: cannot open abc: [[MSG]]
7
8# RUN: tar xOf repro.tar repro/response.txt | FileCheck --check-prefix=RSP %s
9# RSP: abc
10# RSP: -o t
11