[llvm-commits] CVS: llvm/test/Feature/dg.exp

Reid Spencer reid at x10sys.com
Sun May 28 00:22:57 PDT 2006



Changes in directory llvm/test/Feature:

dg.exp updated: 1.4 -> 1.5
---
Log message:

Fix a problem where dejagnu won't accept the value of global tcl variable
"libdir" for some reason. Changing to llvmlibsdir instead fixes it.


---
Diffs of the changes:  (+0 -1)

 dg.exp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/test/Feature/dg.exp
diff -u llvm/test/Feature/dg.exp:1.4 llvm/test/Feature/dg.exp:1.5
--- llvm/test/Feature/dg.exp:1.4	Wed Apr 12 16:57:23 2006
+++ llvm/test/Feature/dg.exp	Sun May 28 02:22:42 2006
@@ -1,4 +1,3 @@
 load_lib llvm-dg.exp
 
 llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext $llvmgcc_version
-






More information about the llvm-commits mailing list