[PATCH] D39926: [llvm-objcopy] Add --only-keep-alloc option to remove all non-allocated sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 17:04:24 PDT 2018


MaskRay added a comment.
Herald added a reviewer: alexshap.
Herald added a subscriber: rupprecht.

`--strip-non-alloc` keeps `.strtab` but `--strip-sections` does not. Is this the only difference of them?


Repository:
  rL LLVM

https://reviews.llvm.org/D39926





More information about the llvm-commits mailing list