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

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 15:28:20 PDT 2019


alexshap added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/ELF/standard-streams.test:3
+# RUN: llvm-objcopy %p/Inputs/alloc-symtab.o %t1
+# RUN: diff %t %t1
+
----------------
cmp ? and the same below 
(for consistency)
(if I'm not mistaken all the existing tests use cmp to verify that two binary files are identical)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62817





More information about the llvm-commits mailing list