1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Changed to use tcl script.

llvm-svn: 17711
This commit is contained in:
Tanya Lattner 2004-11-13 22:55:51 +00:00
parent 3684294c71
commit bfc27caaaa

View File

@ -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]} {