Unbreak the build.

Forgot about the need to reconfigure after modifying Base.td.in....

llvm-svn: 83529
This commit is contained in:
Mikhail Glushenkov 2009-10-08 06:03:38 +00:00
parent 7d94eb4722
commit bb8386af53
1 changed files with 3 additions and 3 deletions

View File

@ -85,9 +85,9 @@ class llvm_gcc_based <string cmd_prefix, string in_lang, string E_ext> : Tool<
(and (switch_on "emit-llvm"), (switch_on "c")), (stop_compilation), (and (switch_on "emit-llvm"), (switch_on "c")), (stop_compilation),
(switch_on "fsyntax-only"), (stop_compilation), (switch_on "fsyntax-only"), (stop_compilation),
(not_empty "include"), (forward "include"), (not_empty "include"), (forward "include"),
(not_empty "I"), (forward "I")), (not_empty "I"), (forward "I"),
(not_empty "D"), (forward "D")), (not_empty "D"), (forward "D"),
(not_empty "MF"), (forward "MF")), (not_empty "MF"), (forward "MF"),
(not_empty "MT"), (forward "MT"))), (not_empty "MT"), (forward "MT"))),
(sink) (sink)
]>; ]>;