[PATCH] D65541: [llvm-objcopy][MachO] Implement --only-section

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 03:35:41 PDT 2019


jhenderson added a comment.

This goes for all the new functionality you are adding, but make sure to review the llvm-strip and llvm-objcopy documentation (llvm/docs/CommandGuide) for any changes that need to be made. For example, if any of the switches are currently listed as "ELF specific" they need to be moved into the general switch section.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65541





More information about the llvm-commits mailing list