From: Chris Lattner Date: Mon, 2 Dec 2002 16:13:42 +0000 (+0000) Subject: Split up targets X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=24e79094f9d417829f36c4d6ef84c6368e39f98d;p=oota-llvm.git Split up targets git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4846 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/TableGen/Makefile b/support/tools/TableGen/Makefile index a9c235037e2..667998242f5 100644 --- a/support/tools/TableGen/Makefile +++ b/support/tools/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 diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index a9c235037e2..667998242f5 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