summaryrefslogtreecommitdiff
path: root/docs/TestingGuide.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-22 06:45:24 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-22 06:45:24 +0000
commitf66f145531031b2ba024a3d3d4ecc97490e49fc7 (patch)
tree8bfb2aef9382b6d64643c304051a7792c28e1e2c /docs/TestingGuide.html
parent4ac30650e107efc3d205147170e22ec3101913bf (diff)
downloadllvm-f66f145531031b2ba024a3d3d4ecc97490e49fc7.tar.gz
llvm-f66f145531031b2ba024a3d3d4ecc97490e49fc7.tar.bz2
llvm-f66f145531031b2ba024a3d3d4ecc97490e49fc7.tar.xz
Correct the name of the executables to which llvmgcc and llvmgxx variables
point to. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r--docs/TestingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index 5979d3ec8a..467e58ec1b 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -302,8 +302,8 @@ located.</dd>
<dd>Path to a script that performs grep -C. Use this since not all
platforms support grep -C.</dd>
-<dt>%llvmgcc</dt> <dd>Full path to the llvmgcc executable.</dd>
-<dt>%llvmgxx</dt> <dd>Full path to the llvmg++ executable.</dd>
+<dt>%llvmgcc</dt> <dd>Full path to the llvm-gcc executable.</dd>
+<dt>%llvmgxx</dt> <dd>Full path to the llvm-g++ executable.</dd>
</ul>
<p>There are also several scripts in the llvm/test/Scripts directory