From: Reid Spencer Date: Sat, 20 Nov 2004 07:25:10 +0000 (+0000) Subject: Provide the srcdir variable. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2e78cf6385e59576c2ff73b4aab828cddd12d0dd;p=oota-llvm.git Provide the srcdir variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Archive/dg.exp b/test/Archive/dg.exp index 05c044d8ae1..e326ea721c3 100644 --- a/test/Archive/dg.exp +++ b/test/Archive/dg.exp @@ -1,3 +1,3 @@ load_lib llvm-dg.exp -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext +llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext