summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-11 19:56:59 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-11 19:56:59 +0000
commit0f5aed564871ecd3f55a54db82ed90e15b0a1233 (patch)
treece8b4ab128deef544b18c9f0fff1381ea786dd0e /test/BugPoint
parent6b8a6b50d91d625c15497bd400a537e4526e0179 (diff)
downloadllvm-0f5aed564871ecd3f55a54db82ed90e15b0a1233.tar.gz
llvm-0f5aed564871ecd3f55a54db82ed90e15b0a1233.tar.bz2
llvm-0f5aed564871ecd3f55a54db82ed90e15b0a1233.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BugPoint/dg.exp b/test/BugPoint/dg.exp
index d708c3f9fc..e42204058c 100644
--- a/test/BugPoint/dg.exp
+++ b/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]]