[llvm-commits] CVS: llvm/test/Regression/BugPoint/dg.exp
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 13 10:33:05 PDT 2006
Changes in directory llvm/test/Regression/BugPoint:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Only look at .ll files in this directory
---
Diffs of the changes: (+1 -1)
dg.exp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/BugPoint/dg.exp
diff -u llvm/test/Regression/BugPoint/dg.exp:1.3 llvm/test/Regression/BugPoint/dg.exp:1.4
--- llvm/test/Regression/BugPoint/dg.exp:1.3 Wed Apr 12 16:57:33 2006
+++ llvm/test/Regression/BugPoint/dg.exp Thu Apr 13 12:32:53 2006
@@ -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]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext $llvmgcc_version
More information about the llvm-commits
mailing list