[PATCH] D75104: [tools][llvm-objcopy] Enable --discard-all for MachO

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 14:47:45 PST 2020


alexshap marked an inline comment as done.
alexshap added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/MachO/discard-all.test:11
+# RUN: cmp %t %t1
+# RUN: cmp %t2 %t3
+
----------------
smeenai wrote:
> This is verifying that it produces identical output for two different runs, right? Not that it didn't modify the input?
yup


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75104





More information about the llvm-commits mailing list