diff options
Diffstat (limited to 'test/ELF/reproduce-windows2.s')
-rw-r--r-- | test/ELF/reproduce-windows2.s | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/ELF/reproduce-windows2.s b/test/ELF/reproduce-windows2.s index d428288a3640..38e00247eaf1 100644 --- a/test/ELF/reproduce-windows2.s +++ b/test/ELF/reproduce-windows2.s @@ -1,11 +1,10 @@ -# REQUIRES: system-windows, x86, cpio +# REQUIRES: system-windows, x86 # Test that a response.txt file always uses / instead of \. # RUN: rm -rf %t.dir # RUN: mkdir -p %t.dir/build # RUN: llvm-mc %s -o %t.dir/build/foo.o -filetype=obj -triple=x86_64-pc-linux # RUN: cd %t.dir -# RUN: ld.lld build/foo.o --reproduce repro -# RUN: echo "*response.txt" > list.txt -# RUN: cpio -i --to-stdout --pattern-file=list.txt < repro.cpio | FileCheck %s +# RUN: ld.lld build/foo.o --reproduce repro.tar +# RUN: tar -O -x -f repro.tar repro/response.txt | FileCheck %s # CHECK: {{.*}}/build/foo.o |