From bc56d86e25010684ada8494c7bfd3d9de6cb5091 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sat, 2 Jan 2010 08:27:10 +0000 Subject: [PATCH] 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 --- tools/llvmc/plugins/Base/Base.td.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",