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

Jim Laskey jlaskey at apple.com
Fri Oct 21 12:02:57 PDT 2005



Changes in directory llvm:

Makefile.rules updated: 1.327 -> 1.328
---
Log message:

Plugin new subtarget backend into the build.


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

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


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.327 llvm/Makefile.rules:1.328
--- llvm/Makefile.rules:1.327	Fri Oct 14 01:31:58 2005
+++ llvm/Makefile.rules	Fri Oct 21 14:02:44 2005
@@ -1162,6 +1162,10 @@
 	$(Echo) "Building $(<F) instruction selector implementation with tblgen"
 	$(Verb) $(TableGen) -gen-dag-isel -o $@ $<
 
+$(TARGET:%=$(ObjDir)/%GenSubtarget.inc.tmp): \
+$(ObjDir)/%GenSubtarget.inc.tmp : %.td $(ObjDir)/.dir
+	$(Echo) "Building $(<F) subtarget information with tblgen"
+	$(Verb) $(TableGen) -gen-subtarget -o $@ $<
 
 clean-local::
 	-$(Verb) $(RM) -f $(INCFiles)






More information about the llvm-commits mailing list