[llvm-commits] CVS: llvm/Makefile.rules
Chris Lattner
lattner at cs.uiuc.edu
Fri Sep 2 18:15:37 PDT 2005
Changes in directory llvm:
Makefile.rules updated: 1.324 -> 1.325
---
Log message:
allow for a target to ask for a dag isel
---
Diffs of the changes: (+6 -0)
Makefile.rules | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.324 llvm/Makefile.rules:1.325
--- llvm/Makefile.rules:1.324 Sat Aug 27 13:50:38 2005
+++ llvm/Makefile.rules Fri Sep 2 20:15:25 2005
@@ -1140,6 +1140,12 @@
$(Echo) "Building $(<F) code emitter with tblgen"
$(Verb) $(TableGen) -gen-emitter -o $@ $<
+$(TARGET:%=$(ObjDir)/%GenDAGISel.inc.tmp): \
+$(ObjDir)/%GenDAGISel.inc.tmp : %.td $(ObjDir)/.dir
+ $(Echo) "Building $(<F) instruction selector implementation with tblgen"
+ $(Verb) $(TableGen) -gen-dag-isel -o $@ $<
+
+
clean-local::
-$(Verb) $(RM) -f $(INCFiles)
More information about the llvm-commits
mailing list