diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 06:45:24 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 06:45:24 +0000 |
commit | 31bf9a0371a9442ba87d7dfd7540ade9dfc4594e (patch) | |
tree | a29444f64aa17a898fa4c3d74466e464f60dbfa8 /llvm/docs/TestingGuide.html | |
parent | c659a4b14018dcbaa6c5490e9be1ad5c418a787a (diff) | |
download | bcm5719-llvm-31bf9a0371a9442ba87d7dfd7540ade9dfc4594e.tar.gz bcm5719-llvm-31bf9a0371a9442ba87d7dfd7540ade9dfc4594e.zip |
Correct the name of the executables to which llvmgcc and llvmgxx variables
point to.
llvm-svn: 19100
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 5979d3ec8a2..467e58ec1bb 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/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 |