diff options
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r-- | docs/TestingGuide.html | 4 |
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 |