From f66f145531031b2ba024a3d3d4ecc97490e49fc7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 06:45:24 +0000 Subject: [PATCH] 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 --- docs/TestingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 5979d3ec8a2..467e58ec1bb 100644 --- a/docs/TestingGuide.html +++ b/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