[llvm-objcopy] Add missing -I command line flag alias for --input-target

llvm-svn: 338635
This commit is contained in:
Jordan Rupprecht 2018-08-01 20:59:39 +00:00
parent 2c25f345d7
commit 175ef5f29e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ def B : JoinedOrSeparate<["-"], "B">,
defm input_target : Eq<"input-target">,
HelpText<"Format of the input file">,
Values<"binary">;
def I : JoinedOrSeparate<[ "-" ], "I">, Alias<input_target>;
defm output_target : Eq<"output-target">,
HelpText<"Format of the output file">,
Values<"binary">;