[PATCH] D52163: -S as an alias for --strip-all-gnu
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 01:35:22 PDT 2018
alexshap requested changes to this revision.
alexshap added inline comments.
This revision now requires changes to proceed.
================
Comment at: tools/llvm-objcopy/ObjcopyOpts.td:70
HelpText<"Compaitable with GNU objcopy's --strip-all">;
+def S : JoinedOrSeparate<["-"], "S">,
+ Alias<strip_all_gnu>;
----------------
btw - it probably should not be JoinedOrSeparate (since it doesn't take any argument's values), instead, it should be simply Flag. Am I missing smth ?
Repository:
rL LLVM
https://reviews.llvm.org/D52163
More information about the llvm-commits
mailing list