From: Mikhail Glushenkov Date: Sat, 2 Jan 2010 08:27:10 +0000 (+0000) Subject: Apparently, it is OK for -MT to be specified several times. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc56d86e25010684ada8494c7bfd3d9de6cb5091;p=oota-llvm.git Apparently, it is OK for -MT to be specified several times. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92413 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/plugins/Base/Base.td.in b/tools/llvmc/plugins/Base/Base.td.in index c7ba3be3b8f..c594b8c740e 100644 --- a/tools/llvmc/plugins/Base/Base.td.in +++ b/tools/llvmc/plugins/Base/Base.td.in @@ -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",