[llvm-commits] CVS: llvm/utils/TableGen/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue Aug 19 11:12:02 PDT 2003


Changes in directory llvm/utils/TableGen:

Makefile updated: 1.5 -> 1.6

---
Log message:

X86.td has been moved out of this directory; these are outdated targets.


---
Diffs of the changes:

Index: llvm/utils/TableGen/Makefile
diff -u llvm/utils/TableGen/Makefile:1.5 llvm/utils/TableGen/Makefile:1.6
--- llvm/utils/TableGen/Makefile:1.5	Mon Jun 30 16:59:05 2003
+++ llvm/utils/TableGen/Makefile	Tue Aug 19 11:11:38 2003
@@ -16,21 +16,3 @@
 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 "};"





More information about the llvm-commits mailing list