aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commitc7972310bbce8b06b8743a2523fb2d51cca63302 (patch)
tree7c7f64271d0ce621970ab76e513aeab7639593b9 /llvm/docs/GettingStarted.html
parented92b41a392c7a92859a9f80eedaed6be28e09bd (diff)
downloadllvm-c7972310bbce8b06b8743a2523fb2d51cca63302.zip
llvm-c7972310bbce8b06b8743a2523fb2d51cca63302.tar.gz
llvm-c7972310bbce8b06b8743a2523fb2d51cca63302.tar.bz2
Added note to getting started guide to use llvm-gcc4.2.
Removed llvm-upgrade from documentations. llvm-svn: 49346
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index b2c2aca..645e223 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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>