[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner sabre at nondot.org
Tue Feb 27 12:44:29 PST 2007



Changes in directory llvm:

Makefile.rules updated: 1.426 -> 1.427
---
Log message:

target for generating CC info


---
Diffs of the changes:  (+5 -0)

 Makefile.rules |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.426 llvm/Makefile.rules:1.427
--- llvm/Makefile.rules:1.426	Fri Feb  9 11:09:14 2007
+++ llvm/Makefile.rules	Tue Feb 27 14:44:12 2007
@@ -1275,6 +1275,11 @@
 	$(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)
 






More information about the llvm-commits mailing list