diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-19 16:11:38 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-19 16:11:38 +0000 |
commit | 86f665b4312612da0052c459d00e314a8f864246 (patch) | |
tree | a19478ede40ce7cccc49199a58559ab89897387d /utils/TableGen/Makefile | |
parent | efe8474806b933869d676c2fc3b24e348e416d9d (diff) |
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
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r-- | utils/TableGen/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 98417d2b75..89a956d9dd 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 "};" |