diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-02-23 07:56:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-02-23 07:56:18 +0000 |
commit | a2b40a95b264a8a00d849928cc510556bbf778a3 (patch) | |
tree | d8aaba4533f96fb2f1f67ddb0cb12a64fdd65d26 /test/lib | |
parent | ba1cff4450e22415bfcb960342e6d5a5918e530a (diff) |
Kill unused llvmgccmajvers testing variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/llvm.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 319cc11c71..941b4f1289 100644 --- a/test/lib/llvm.exp +++ b/test/lib/llvm.exp @@ -47,7 +47,7 @@ proc execOneLine { test PRS outcome lineno line } { # cases. proc substitute { line test tmpFile } { global srcroot objroot srcdir objdir subdir target_triplet - global llvmgcc llvmgxx llvmgcc_version llvmgccmajvers ocamlopt + global llvmgcc llvmgxx llvmgcc_version ocamlopt global gccpath gxxpath compile_c compile_cxx link shlibext llvmlibsdir global llvmdsymutil valgrind grep gas bugpoint_topts set path [file join $srcdir $subdir] |