[llvm-commits] CVS: llvm/lib/Target/Sparc/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue May 27 17:05:01 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

Makefile updated: 1.14 -> 1.15

---
Log message:

Moved generation of the SparcV9CodeEmitter.inc file higher in the Makefile so
that Makefile.common would see it.


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/Makefile
diff -u llvm/lib/Target/Sparc/Makefile:1.14 llvm/lib/Target/Sparc/Makefile:1.15
--- llvm/lib/Target/Sparc/Makefile:1.14	Tue May 27 15:07:58 2003
+++ llvm/lib/Target/Sparc/Makefile	Tue May 27 17:04:38 2003
@@ -3,6 +3,10 @@
 
 ExtraSource = Debug/Sparc.burm.cpp 
 
+SparcV9CodeEmitter.inc: SparcV9.td
+	@echo "TableGen-erating $@"
+	cpp -P SparcV9.td | tblgen -gen-emitter > SparcV9CodeEmitter.inc
+
 include $(LEVEL)/Makefile.common
 
 ifdef ENABLE_OPTIMIZED
@@ -32,6 +36,3 @@
 $(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir
 	touch $@
 
-SparcV9CodeEmitter.inc: SparcV9.td
-	@echo "TableGen-erating $@"
-	cpp -P SparcV9.td | tblgen -gen-emitter > SparcV9CodeEmitter.inc





More information about the llvm-commits mailing list