diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 19:56:59 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 19:56:59 +0000 |
| commit | d029c7e666a8b12c206906540bbf050b0502ba2c (patch) | |
| tree | 6ff0b33d00d209a047b012994f7a8ddb725c63cd /llvm/test/BugPoint | |
| parent | f29754c7b9b505b2a348a96ffc8ae25149f38677 (diff) | |
| download | bcm5719-llvm-d029c7e666a8b12c206906540bbf050b0502ba2c.tar.gz bcm5719-llvm-d029c7e666a8b12c206906540bbf050b0502ba2c.zip | |
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.
llvm-svn: 35918
Diffstat (limited to 'llvm/test/BugPoint')
| -rw-r--r-- | llvm/test/BugPoint/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/dg.exp b/llvm/test/BugPoint/dg.exp index d708c3f9fc6..e42204058c5 100644 --- a/llvm/test/BugPoint/dg.exp +++ b/llvm/test/BugPoint/dg.exp @@ -1,3 +1,3 @@ load_lib llvm-dg.exp -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.ll]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext $llvmgcc_version +llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.ll]] |

