summaryrefslogtreecommitdiffstats
path: root/llvm/support/tools/TableGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/support/tools/TableGen')
-rw-r--r--llvm/support/tools/TableGen/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/support/tools/TableGen/Makefile b/llvm/support/tools/TableGen/Makefile
index 667998242f5..226fefa0e9f 100644
--- a/llvm/support/tools/TableGen/Makefile
+++ b/llvm/support/tools/TableGen/Makefile
@@ -9,14 +9,13 @@ clean::
-rm -f FileParser.output
-dump::
+dump:: $(TOOLEXENAME_G)
$(TOOLEXENAME_G) < X86.td
-parse:
+parse: $(TOOLEXENAME_G)
$(TOOLEXENAME_G) < X86.td -parse
-test::
-
+test:: $(TOOLEXENAME_G)
@echo "enum {"
@$(TOOLEXENAME_G) < X86.td -class=Register
@echo
OpenPOWER on IntegriCloud