summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2005-10-21 19:05:19 +0000
committerJim Laskey <jlaskey@mac.com>2005-10-21 19:05:19 +0000
commitf5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d (patch)
tree2ac16282f3999fb8ceb632ffcbff4a5ad12570e6 /Makefile.rules
parent4bb9cbb73075c350eadaf51d2dab8403764c9a60 (diff)
downloadllvm-f5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d.tar.gz
llvm-f5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d.tar.bz2
llvm-f5fc2cbd6bcf80cc34c8114007f31d8ffd1d138d.tar.xz
Plugin new subtarget backend into the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23870 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 8c550e911d..4b759e6b49 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1162,6 +1162,10 @@ $(ObjDir)/%GenDAGISel.inc.tmp : %.td $(ObjDir)/.dir
$(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)