forked from OSchip/llvm-project
Apparently, it is OK for -MT to be specified several times.
llvm-svn: 92413
This commit is contained in:
parent
b1567bd584
commit
8181d150c0
|
@ -56,7 +56,7 @@ def OptList : OptionList<[
|
|||
(help "A deprecated synonym for -mtune"), (hidden)),
|
||||
(parameter_option "MF",
|
||||
(help "Specify a file to write dependencies to"), (hidden)),
|
||||
(parameter_option "MT",
|
||||
(parameter_list_option "MT",
|
||||
(help "Change the name of the rule emitted by dependency generation"),
|
||||
(hidden)),
|
||||
(parameter_list_option "include",
|
||||
|
|
Loading…
Reference in New Issue