diff options
Diffstat (limited to 'test/ELF/reproduce-windows.s')
-rw-r--r-- | test/ELF/reproduce-windows.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ELF/reproduce-windows.s b/test/ELF/reproduce-windows.s index 4825a8a95e78..6dd1fe2eeadb 100644 --- a/test/ELF/reproduce-windows.s +++ b/test/ELF/reproduce-windows.s @@ -1,12 +1,12 @@ -# REQUIRES: x86, cpio +# REQUIRES: x86 # Test that a repro archive 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: cpio -it < repro.cpio | FileCheck %s +# RUN: ld.lld build/foo.o --reproduce repro.tar +# RUN: tar tf repro.tar | FileCheck %s # CHECK: repro/response.txt # CHECK: repro/{{.*}}/build/foo.o |