[PATCH] D63807: [llvm-objcopy] Add --only-keep-debug for ELF
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 23:20:42 PDT 2019
MaskRay added a comment.
You need to update the help message as well:
// llvm-objcopy/ObjcopyOpts.td
def only_keep_debug
: Flag<["--"], "only-keep-debug">,
HelpText<"Clear sections that would not be stripped by --strip-debug. "
"Currently only implemented for COFF.">;
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63807/new/
https://reviews.llvm.org/D63807
More information about the llvm-commits
mailing list