target for generating CC info
authorChris Lattner <sabre@nondot.org>
Tue, 27 Feb 2007 20:44:12 +0000 (20:44 +0000)
committerChris 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

index 3b72b183f6483968c5545c8390917a8c095f3ad3..ab5ee8839054d319d50da3fc2306e6a24701cae5 100644 (file)
@@ -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)