Skip to content

Commit

Permalink
[dsymutil] Support --out (NFC)
Browse files Browse the repository at this point in the history
Seems like this got lost during the libOption conversion.
  • Loading branch information
JDevlieghere committed Dec 4, 2019
1 parent cec8263 commit ed1756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/dsymutil/Options.td
Expand Up @@ -97,7 +97,7 @@ def output: Separate<["--", "-"], "o">,
MetaVarName<"<filename>">,
HelpText<"Specify the output file. Defaults to <input file>.dwarf">,
Group<grp_general>;
def: Separate<["-"], "out">,
def: Separate<["--", "-"], "out">,
Alias<output>,
HelpText<"Alias for --o">,
Group<grp_general>;
Expand Down

0 comments on commit ed1756c

Please sign in to comment.