aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-04-12 18:08:25 +0000
committerTanya Lattner <tonic@nondot.org>2006-04-12 18:08:25 +0000
commit1c62195c989125bd51ee1b6e84b0a365a2fc4c0b (patch)
tree387e63b7c9575a374c13d55a46fdfb094cf7c202
parent23405aa73d51252bb2277291aa9b910cf6fce387 (diff)
Added llvmgcc version to allow tests to be xfailed by frontend version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27619 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 2a77a3eb11..ab43cff5fc 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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