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

Reid Spencer reid at x10sys.com
Wed Apr 11 13:00:53 PDT 2007



Changes in directory llvm/test/Linker:

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

Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to 
add new global variables with only a couple changes (Makefile and llvm-dg.exp)
instead of touching every single dg.exp file.


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

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


Index: llvm/test/Linker/dg.exp
diff -u llvm/test/Linker/dg.exp:1.3 llvm/test/Linker/dg.exp:1.4
--- llvm/test/Linker/dg.exp:1.3	Wed Apr 12 16:57:35 2006
+++ llvm/test/Linker/dg.exp	Wed Apr 11 14:56:58 2007
@@ -1,3 +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
+llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]






More information about the llvm-commits mailing list