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 /docs/TestingGuide.html | |
parent | ba1cff4450e22415bfcb960342e6d5a5918e530a (diff) | |
download | external_llvm-a2b40a95b264a8a00d849928cc510556bbf778a3.zip external_llvm-a2b40a95b264a8a00d849928cc510556bbf778a3.tar.gz external_llvm-a2b40a95b264a8a00d849928cc510556bbf778a3.tar.bz2 |
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 'docs/TestingGuide.html')
-rw-r--r-- | docs/TestingGuide.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 43c414d..a92dbe9 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -764,9 +764,6 @@ substitutions</a></div> <dt><b>llvmgcc_version</b> (%llvmgcc_version)</dt> <dd>The full version number of the <tt>llvm-gcc</tt> executable.</dd> - <dt><b>llvmgccmajvers</b> (%llvmgccmajvers)</dt> - <dd>The major version number of the <tt>llvm-gcc</tt> executable.</dd> - <dt><b>gccpath</b></dt> <dd>The full path to the C compiler used to <i>build </i> LLVM. Note that this might not be gcc.</dd> |