projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a6103
)
Unbreak the build.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Thu, 8 Oct 2009 06:03:38 +0000
(06:03 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Thu, 8 Oct 2009 06:03:38 +0000
(06:03 +0000)
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
patch
|
blob
|
history
diff --git
a/tools/llvmc/plugins/Base/Base.td.in
b/tools/llvmc/plugins/Base/Base.td.in
index db7e5912ae9ad2e7568797122be5a6c62086f55f..3f70ae45993e312da8ccad1d113a50dc815d10cd 100644
(file)
--- a/
tools/llvmc/plugins/Base/Base.td.in
+++ b/
tools/llvmc/plugins/Base/Base.td.in
@@
-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)
]>;