[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp
Tanya Brethour
tbrethou at cs.uiuc.edu
Fri Nov 19 15:00:36 PST 2004
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.9 -> 1.10
---
Log message:
Forgot to join srcdir and subdir for complete path for input files.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/lib/llvm-dg.exp
diff -u llvm/test/lib/llvm-dg.exp:1.9 llvm/test/lib/llvm-dg.exp:1.10
--- llvm/test/lib/llvm-dg.exp:1.9 Fri Nov 19 16:46:23 2004
+++ llvm/test/lib/llvm-dg.exp Fri Nov 19 17:00:19 2004
@@ -52,7 +52,7 @@
regsub -all {%prcontext} $new_runline $prcontext new_runline
#replace %p with path to source,
- regsub -all {%p} $new_runline $srcdir new_runline
+ regsub -all {%p} $new_runline [file join $srcdir $subdir] new_runline
#replace %llvmgcc with actual path to llvmgcc
regsub -all {%llvmgcc} $new_runline $llvmgcc new_runline
More information about the llvm-commits
mailing list