From 976248d83610eec6ae8b166e9e9f991b9016f544 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 8 Oct 2009 06:03:38 +0000 Subject: [PATCH] Unbreak the build. Forgot about the need to reconfigure after modifying Base.td.in.... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83529 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/plugins/Base/Base.td.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/llvmc/plugins/Base/Base.td.in b/tools/llvmc/plugins/Base/Base.td.in index db7e5912ae9..3f70ae45993 100644 --- a/tools/llvmc/plugins/Base/Base.td.in +++ b/tools/llvmc/plugins/Base/Base.td.in @@ -85,9 +85,9 @@ class llvm_gcc_based : Tool< (and (switch_on "emit-llvm"), (switch_on "c")), (stop_compilation), (switch_on "fsyntax-only"), (stop_compilation), (not_empty "include"), (forward "include"), - (not_empty "I"), (forward "I")), - (not_empty "D"), (forward "D")), - (not_empty "MF"), (forward "MF")), + (not_empty "I"), (forward "I"), + (not_empty "D"), (forward "D"), + (not_empty "MF"), (forward "MF"), (not_empty "MT"), (forward "MT"))), (sink) ]>;