[PATCH] D66282: [llvm-objcopy][MachO] Implement --remove-section
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 03:35:52 PDT 2019
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/MachO/remove-section.test:2
+## Show that if --remove-section is given, llvm-objcopy removes sections
+## specified in the option.
+
----------------
in -> by
This test should also show that you can remove multiple sections at the same time with the switch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66282/new/
https://reviews.llvm.org/D66282
More information about the llvm-commits
mailing list