[PATCH] D62817: [test][llvm-objcopy] Test llvm-objcopy with standard streams

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 15:14:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362556: [test][llvm-objcopy] Test llvm-objcopy with standard streams (authored by abrachet, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62817?vs=202867&id=203037#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62817/new/

https://reviews.llvm.org/D62817

Files:
  llvm/trunk/test/tools/llvm-objcopy/ELF/standard-streams.test


Index: llvm/trunk/test/tools/llvm-objcopy/ELF/standard-streams.test
===================================================================
--- llvm/trunk/test/tools/llvm-objcopy/ELF/standard-streams.test
+++ llvm/trunk/test/tools/llvm-objcopy/ELF/standard-streams.test
@@ -0,0 +1,6 @@
+# RUN: llvm-objcopy - %t < %p/Inputs/alloc-symtab.o
+# RUN: llvm-objcopy %p/Inputs/alloc-symtab.o %t1
+# RUN: cmp %t %t1
+
+# RUN: llvm-objcopy %p/Inputs/alloc-symtab.o - > %t2
+# RUN: cmp %t1 %t2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62817.203037.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190604/bfe9b85c/attachment.bin>


More information about the llvm-commits mailing list