[PATCH] D120669: [llvm] add -r functionality to llvm-bitcode-strip

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 23:51:46 PST 2022


jhenderson added a comment.

Please split this patch in two, one patch for each option. I'll then review the two independently.



================
Comment at: llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test:1-2
+## Show that if --remove-section is given, llvm-objcopy removes sections
+## specified by the option.
+
----------------
This comment doesn't line up with what the test is doing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120669



More information about the llvm-commits mailing list