[PATCH] D46341: [llvm-objcopy] Add --discard-all (-x) option
Paul Semel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 2 05:52:05 PDT 2018
paulsemel added inline comments.
================
Comment at: tools/llvm-objcopy/Opts.td:76
+def discard_all : Flag<["-", "--"], "discard-all">,
+ HelpText<"Remove all local symbols except file and section symbols">;
+def x : Flag<["-"], "x">,
----------------
jhenderson wrote:
> clang-format?
Hmm.. Just ran it again, and it doesn't seem I missed indent :)
Repository:
rL LLVM
https://reviews.llvm.org/D46341
More information about the llvm-commits
mailing list