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:
798dc7a
)
target for generating CC info
author
Chris Lattner
<sabre@nondot.org>
Tue, 27 Feb 2007 20:44:12 +0000
(20:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 27 Feb 2007 20:44:12 +0000
(20:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34683
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 3b72b183f6483968c5545c8390917a8c095f3ad3..ab5ee8839054d319d50da3fc2306e6a24701cae5 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-1275,6
+1275,11
@@
$(ObjDir)/%GenSubtarget.inc.tmp : %.td $(ObjDir)/.dir
$(Echo) "Building $(<F) subtarget information with tblgen"
$(Verb) $(TableGen) -gen-subtarget -o $@ $<
+$(TARGET:%=$(ObjDir)/%GenCallingConv.inc.tmp): \
+$(ObjDir)/%GenCallingConv.inc.tmp : %.td $(ObjDir)/.dir
+ $(Echo) "Building $(<F) calling convention information with tblgen"
+ $(Verb) $(TableGen) -gen-callingconv -o $@ $<
+
clean-local::
-$(Verb) $(RM) -f $(INCFiles)