From: Misha Brukman Date: Tue, 19 Aug 2003 16:11:38 +0000 (+0000) Subject: X86.td has been moved out of this directory; these are outdated targets. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=86f665b4312612da0052c459d00e314a8f864246;p=oota-llvm.git X86.td has been moved out of this directory; these are outdated targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7971 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/TableGen/Makefile b/support/tools/TableGen/Makefile index 98417d2b755..89a956d9dde 100644 --- a/support/tools/TableGen/Makefile +++ b/support/tools/TableGen/Makefile @@ -16,21 +16,3 @@ FileLexer.cpp: FileParser.h clean:: -rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp -rm -f FileParser.output - - -dump:: $(TOOLEXENAME_G) - $(TOOLEXENAME_G) < X86.td - -parse: $(TOOLEXENAME_G) - $(TOOLEXENAME_G) < X86.td -parse - -test:: $(TOOLEXENAME_G) - @echo "enum {" - @$(TOOLEXENAME_G) < X86.td -class=Register - @echo - @echo "};" - - @echo "enum {" - @$(TOOLEXENAME_G) < X86.td -class=Instruction - @echo - @echo "};" diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 98417d2b755..89a956d9dde 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -16,21 +16,3 @@ FileLexer.cpp: FileParser.h clean:: -rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp -rm -f FileParser.output - - -dump:: $(TOOLEXENAME_G) - $(TOOLEXENAME_G) < X86.td - -parse: $(TOOLEXENAME_G) - $(TOOLEXENAME_G) < X86.td -parse - -test:: $(TOOLEXENAME_G) - @echo "enum {" - @$(TOOLEXENAME_G) < X86.td -class=Register - @echo - @echo "};" - - @echo "enum {" - @$(TOOLEXENAME_G) < X86.td -class=Instruction - @echo - @echo "};"