forked from OSchip/llvm-project
[dsymutil] Support --out (NFC)
Seems like this got lost during the libOption conversion.
This commit is contained in:
parent
cec82634a4
commit
ed1756cfbe
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue