[llvm-commits] CVS: llvm/test/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Wed Apr 12 11:08:37 PDT 2006



Changes in directory llvm/test:

Makefile updated: 1.85 -> 1.86
---
Log message:

Added llvmgcc version to allow tests to be xfailed by frontend version.


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.85 llvm/test/Makefile:1.86
--- llvm/test/Makefile:1.85	Thu Apr  6 17:22:08 2006
+++ llvm/test/Makefile	Wed Apr 12 13:08:25 2006
@@ -41,6 +41,7 @@
 	@echo '# Do not edit here.  If you wish to override these values' >>site.tmp
 	@echo '# edit the last section' >>site.tmp
 	@echo "set target_triplet $(TARGET_TRIPLE)" >> site.tmp
+	@echo "set llvmgcc_version $(LLVMGCC_VERSION)" >> site.tmp
 	@echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp
 	@echo 'set srcdir $(LLVM_SRC_ROOT)/test' >>site.tmp
 	@echo "set objdir $(LLVM_OBJ_ROOT)/test" >>site.tmp






More information about the llvm-commits mailing list