From: Tanya Lattner Date: Fri, 19 Nov 2004 23:00:19 +0000 (+0000) Subject: Forgot to join srcdir and subdir for complete path for input files. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9397204e50e17858b8701ba7dea2e95323f160a4;p=oota-llvm.git Forgot to join srcdir and subdir for complete path for input files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18022 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lib/llvm-dg.exp b/test/lib/llvm-dg.exp index 7c104c0f462..55813c9b33f 100644 --- a/test/lib/llvm-dg.exp +++ b/test/lib/llvm-dg.exp @@ -52,7 +52,7 @@ proc llvm-runtest { programs objdir srcdir subdir target_triplet llvmgcc llvmgxx 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