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

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 00:30:25 PDT 2019


jakehehrlich accepted this revision.
jakehehrlich added a comment.
This revision is now accepted and ready to land.

Neat! I didn't even know this was possible TBH



================
Comment at: llvm/test/tools/llvm-objcopy/ELF/standard-streams.test:1
+# RUN: cat %p/Inputs/alloc-symtab.o | llvm-objcopy - %t
+# RUN: llvm-objcopy %p/Inputs/alloc-symtab.o %t1
----------------
Instead of using cat you can just redirect the file in.


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

https://reviews.llvm.org/D62817





More information about the llvm-commits mailing list