aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-04-07 18:32:25 +0000
committerTanya Lattner <tonic@nondot.org>2008-04-07 18:32:25 +0000
commitf3ff76bb917617e35d3b31ce29259a403afd4acc (patch)
treebd832b2eeb27257343b43647e92ede953afb4dd0 /docs/GettingStarted.html
parent80033de4ee288a667973211757f2eb11849eab9b (diff)
downloadexternal_llvm-f3ff76bb917617e35d3b31ce29259a403afd4acc.zip
external_llvm-f3ff76bb917617e35d3b31ce29259a403afd4acc.tar.gz
external_llvm-f3ff76bb917617e35d3b31ce29259a403afd4acc.tar.bz2
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
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index b2c2aca..645e223 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -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>