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 | d6a395278b5b20d48ef1b63f4d972d7267430c7a (patch) | |
tree | 6c41d46765dd6f09327579939bf9c8e5bf92236b /llvm/docs/TestingGuide.html | |
parent | 4b9225b41aaeb9aef9463174f422b96bb3b10432 (diff) | |
download | bcm5719-llvm-d6a395278b5b20d48ef1b63f4d972d7267430c7a.tar.gz bcm5719-llvm-d6a395278b5b20d48ef1b63f4d972d7267430c7a.zip |
Kill unused llvmgccmajvers testing variable.
llvm-svn: 96906
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 43c414d4c97..a92dbe99a6f 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/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> |