forked from OSchip/llvm-project
parent
8d007bb5d4
commit
78d1019703
|
@ -1322,7 +1322,7 @@ Args::ParseAliasOptions (Options &options,
|
|||
if (val == 0)
|
||||
continue;
|
||||
|
||||
((Options *) &options)->OptionSeen (val);
|
||||
options.OptionSeen (val);
|
||||
|
||||
// Look up the long option index
|
||||
if (long_options_index == -1)
|
||||
|
|
Loading…
Reference in New Issue