forked from OSchip/llvm-project
Correct the name of the executables to which llvmgcc and llvmgxx variables
point to. llvm-svn: 19100
This commit is contained in:
parent
c659a4b140
commit
31bf9a0371
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue