summaryrefslogtreecommitdiff
path: root/utils/TableGen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r--utils/TableGen/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index a9c235037e..667998242f 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -8,9 +8,14 @@ clean::
-rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
-rm -f FileParser.output
-test::
+
+dump::
$(TOOLEXENAME_G) < X86.td
- # -parse
+
+parse:
+ $(TOOLEXENAME_G) < X86.td -parse
+
+test::
@echo "enum {"
@$(TOOLEXENAME_G) < X86.td -class=Register