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
This commit is contained in:
Reid Spencer 2004-12-22 06:45:24 +00:00
parent 4ac30650e1
commit f66f145531

View File

@ -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