From 31bf9a0371a9442ba87d7dfd7540ade9dfc4594e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 06:45:24 +0000 Subject: Correct the name of the executables to which llvmgcc and llvmgxx variables point to. llvm-svn: 19100 --- llvm/docs/TestingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/TestingGuide.html') 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.
Path to a script that performs grep -C. Use this since not all platforms support grep -C.
-
%llvmgcc
Full path to the llvmgcc executable.
-
%llvmgxx
Full path to the llvmg++ executable.
+
%llvmgcc
Full path to the llvm-gcc executable.
+
%llvmgxx
Full path to the llvm-g++ executable.

There are also several scripts in the llvm/test/Scripts directory -- cgit v1.2.3