Revert last patch until we can figure out how to build executables named

llvmgcc and llvmg++ correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-22 01:37:47 +00:00
parent 81417b631a
commit 6caa5ec8b5

View File

@ -552,6 +552,8 @@ You can set these on the command line, or better yet, set them in your
of your bytecode libraries. It is optional and provided only a convenience of your bytecode libraries. It is optional and provided only a convenience
since you can specify the paths using the -L options of the tools.</dd> since you can specify the paths using the -L options of the tools.</dd>
<dt>alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/gcc</tt></dt>
<dt>alias llvmg++ <i>LLVMGCCDIR</i><tt>/bin/g++</tt></dt>
<dd></dt>These aliases allow you to use the LLVM C and C++ front ends <dd></dt>These aliases allow you to use the LLVM C and C++ front ends
without putting them in your <tt>PATH</tt> or typing in their complete without putting them in your <tt>PATH</tt> or typing in their complete
pathnames.</dd> pathnames.</dd>