[PATCH] D90796: [llvm-objcopy][MachO] Skip sections with zero offset

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 13:58:42 PST 2020


alexshap added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/MachO/zero-offset-section.test:1
+## This test verifies that a regular (non-zero-fill) section with zero offset 
+## is not modifed, this behavior is consistent with cctools' strip.
----------------
smeenai wrote:
> Zero offset *and* zero size, right?
yeah


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90796



More information about the llvm-commits mailing list