1 include "CommonOpts.td"
3 def output : JoinedOrSeparate<["-"], "o">, HelpText<"Write output to <file>">,
6 def s : Flag<["-"], "s">,
8 HelpText<"Alias for --strip-all">;
9 def no_strip_all : Flag<["--"], "no-strip-all">,
10 HelpText<"Disable --strip-all">;
12 def d : Flag<["-"], "d">,
14 HelpText<"Alias for --strip-debug">;
15 def S : Flag<["-"], "S">,
17 HelpText<"Alias for --strip-debug">;
19 def strip_swift_symbols : Flag<["-"], "T">,
20 HelpText<"Remove Swift symbols">;