Added note to getting started guide to use llvm-gcc4.2.

Removed llvm-upgrade from documentations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49346 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner
2008-04-07 18:32:25 +00:00
parent 412821284f
commit 148df159a3
3 changed files with 1 additions and 70 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ and performance.
<li>Read the documentation.</li>
<li>Read the documentation.</li>
<li>Remember that you were warned twice about reading the documentation.</li>
<li>Install the llvm-gcc4.0 (or llvm-gcc4.2) front end if you intend to compile C or C++:
<li>Install the llvm-gcc4.2 front end if you intend to compile C or C++:
<ol>
<li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt></li>
<li><tt>gunzip --stdout llvm-gcc.<i>platform</i>.tar.gz | tar -xvf -</tt>