aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-13 22:55:51 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-13 22:55:51 +0000
commitde942dc12d8f2b68124c1e5e466954d5f9ee7c23 (patch)
tree882e254f178b65b09e49f71b72afe1831eec78a6
parent4394d5146799bc920911e9456bc21a604848a8c2 (diff)
downloadexternal_llvm-de942dc12d8f2b68124c1e5e466954d5f9ee7c23.zip
external_llvm-de942dc12d8f2b68124c1e5e466954d5f9ee7c23.tar.gz
external_llvm-de942dc12d8f2b68124c1e5e466954d5f9ee7c23.tar.bz2
Changed to use tcl script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17711 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/lib/llvm-dg.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp
index 35f9d3b..d7beb1e 100644
--- a/test/lib/llvm-dg.exp
+++ b/test/lib/llvm-dg.exp
@@ -52,8 +52,8 @@ proc llvm-runtest { programs objdir subdir target_triplet llvmgcc llvmgxx prcont
#replace %llvmgxx with actual path to llvmg++
regsub -all {%llvmgxx} $new_runline $llvmgxx new_runline
- #replace %prcontext with actual path to llvmg++ (Goes away when we remove qmtest)
- regsub -all {%prcontext} $new_runline "$prcontext" new_runline
+ #replace %prcontext with prcontext.tcl (Goes away when we remove qmtest)
+ regsub -all {%prcontext} $new_runline "prcontext.tcl" new_runline
puts $scriptFileId $new_runline
} elseif {[regexp {XFAIL:[ *](.+)} $line match targets]} {