13 lines · plain
1# REQUIRES: x862 3# Test that a repro archive always uses / instead of \.4# RUN: rm -rf %t.dir5# RUN: mkdir -p %t.dir/build6# RUN: llvm-mc %s -o %t.dir/build/foo.o -filetype=obj -triple=x86_64-pc-linux7# RUN: cd %t.dir8# RUN: ld.lld build/foo.o --reproduce repro.tar9# RUN: tar tf repro.tar | FileCheck -DPATH='repro/%:t.dir' %s10 11# CHECK: repro/response.txt12# CHECK: [[PATH]]/build/foo.o13