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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to