[PATCH] D28002: [LLD] Use cpio -it instead of cpio -t

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 04:32:49 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL290252: [ELF/tests] Use cpio -it instead of cpio -t. (authored by davide).

Changed prior to commit:
  https://reviews.llvm.org/D28002?vs=82154&id=82222#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28002

Files:
  lld/trunk/test/ELF/reproduce-backslash.s
  lld/trunk/test/ELF/reproduce-windows.s
  lld/trunk/test/ELF/reproduce.s


Index: lld/trunk/test/ELF/reproduce.s
===================================================================
--- lld/trunk/test/ELF/reproduce.s
+++ lld/trunk/test/ELF/reproduce.s
@@ -51,7 +51,7 @@
 # RSP2-NEXT: -soname="foo bar"
 # RSP2-NEXT: -soname="foo bar"
 
-# RUN: cpio -t < repro2.cpio | FileCheck %s
+# RUN: cpio -it < repro2.cpio | FileCheck %s
 # CHECK:      repro2/response.txt
 # CHECK-NEXT: repro2/version.txt
 # CHECK-NEXT: repro2/{{.*}}/dyn
Index: lld/trunk/test/ELF/reproduce-windows.s
===================================================================
--- lld/trunk/test/ELF/reproduce-windows.s
+++ lld/trunk/test/ELF/reproduce-windows.s
@@ -6,7 +6,7 @@
 # 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 -t < repro.cpio | FileCheck %s
+# RUN: cpio -it < repro.cpio | FileCheck %s
 
 # CHECK: repro/response.txt
 # CHECK: repro/{{.*}}/build/foo.o
Index: lld/trunk/test/ELF/reproduce-backslash.s
===================================================================
--- lld/trunk/test/ELF/reproduce-backslash.s
+++ lld/trunk/test/ELF/reproduce-backslash.s
@@ -4,6 +4,6 @@
 # legal for a filename to contain backslashes.
 # RUN: llvm-mc %s -o foo\\.o -filetype=obj -triple=x86_64-pc-linux
 # RUN: ld.lld foo\\.o --reproduce repro
-# RUN: cpio -t < repro.cpio | FileCheck %s
+# RUN: cpio -it < repro.cpio | FileCheck %s
 
 # CHECK: repro/{{.*}}/foo\.o


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28002.82222.patch
Type: text/x-patch
Size: 1466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161221/e3a1a371/attachment.bin>


More information about the llvm-commits mailing list