mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
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
This commit is contained in:
parent
67a6103a34
commit
976248d836
@ -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),
|
||||
(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)
|
||||
]>;
|
||||
|
Loading…
Reference in New Issue
Block a user