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/Integer | |
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/Integer')
-rw-r--r-- | llvm/test/Integer/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Integer/dg.exp b/llvm/test/Integer/dg.exp index 142de8a6c8f..ff34508c3c6 100644 --- a/llvm/test/Integer/dg.exp +++ b/llvm/test/Integer/dg.exp @@ -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}]] |