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

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 12:57:12 PST 2020


smeenai accepted this revision.
smeenai added a comment.

LGTM from the Mach-O perspective.



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


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

https://reviews.llvm.org/D75104





More information about the llvm-commits mailing list