From 86f665b4312612da0052c459d00e314a8f864246 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 19 Aug 2003 16:11:38 +0000 Subject: [PATCH] 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 --- support/tools/TableGen/Makefile | 18 ------------------ utils/TableGen/Makefile | 18 ------------------ 2 files changed, 36 deletions(-) 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 "};" -- 2.34.1