[PATCH] D46341: [llvm-objcopy] Add --discard-all (-x) option

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 05:57:07 PDT 2018


jhenderson 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">,
----------------
paulsemel wrote:
> jhenderson wrote:
> > clang-format?
> Hmm.. Just ran it again, and it doesn't seem I missed indent :)
Oh, wait, didn't realise this was Options.td! Sorry, never mind :)


Repository:
  rL LLVM

https://reviews.llvm.org/D46341





More information about the llvm-commits mailing list