summaryrefslogtreecommitdiffstats
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
commitbb05cd7f857e9fe3a2046630af8be5df8e8bd92d (patch)
tree69195acd5a2ebfc57e652f6d8398531f3989b08d
parent073f6ca34487826644c5209c84ed21f04c48f721 (diff)
downloadbcm5719-llvm-bb05cd7f857e9fe3a2046630af8be5df8e8bd92d.tar.gz
bcm5719-llvm-bb05cd7f857e9fe3a2046630af8be5df8e8bd92d.zip
Changed to use tcl script.
llvm-svn: 17711
-rw-r--r--llvm/test/lib/llvm-dg.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/lib/llvm-dg.exp b/llvm/test/lib/llvm-dg.exp
index 35f9d3bf295..d7beb1ee9c7 100644
--- a/llvm/test/lib/llvm-dg.exp
+++ b/llvm/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]} {
OpenPOWER on IntegriCloud