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

llvm-svn: 27619
This commit is contained in:
Tanya Lattner 2006-04-12 18:08:25 +00:00
parent 2122424fc1
commit bd4a203208
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@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