11 lines · plain
1# RUN: rm -rf %t.dir2# RUN: mkdir -p %t.dir3# RUN: cd %t.dir4 5# RUN: not ld.lld --reproduce repro.tar abc -o t 2>&1 | FileCheck -DMSG=%errc_ENOENT %s6# CHECK: cannot open abc: [[MSG]]7 8# RUN: tar xOf repro.tar repro/response.txt | FileCheck --check-prefix=RSP %s9# RSP: abc10# RSP: -o t11