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

Tanya Brethour tbrethou at cs.uiuc.edu
Sun Nov 7 15:22:01 PST 2004



Changes in directory llvm/test/Regression:

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

More srcdir != objdir changes.


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

Index: llvm/test/Regression/dg.exp
diff -u llvm/test/Regression/dg.exp:1.3 llvm/test/Regression/dg.exp:1.4
--- llvm/test/Regression/dg.exp:1.3	Sun Nov  7 16:04:21 2004
+++ llvm/test/Regression/dg.exp	Sun Nov  7 17:21:50 2004
@@ -4,6 +4,8 @@
 #Recurse through all subdirectories without having to add to a .exp to each subdir
 #Eventually make target_triplet,llvmgcc,llvmgxx to be globals
 proc regression-runtest { directories objdir srcdir subdir target_triplet llvmgcc llvmgxx prcontext}  {
+
+    llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext
     
     foreach dir $directories {
 
@@ -20,7 +22,7 @@
 	}
     }
 
-    llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext
+
 }
 
 






More information about the llvm-commits mailing list