[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
sabre at nondot.org
Mon Mar 5 22:27:51 PST 2007
Changes in directory llvm/docs:
GettingStarted.html updated: 1.155 -> 1.156
---
Log message:
llvm-gcc 3.4 is dead.
---
Diffs of the changes: (+5 -10)
GettingStarted.html | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.155 llvm/docs/GettingStarted.html:1.156
--- llvm/docs/GettingStarted.html:1.155 Wed Feb 14 01:34:22 2007
+++ llvm/docs/GettingStarted.html Tue Mar 6 00:27:34 2007
@@ -89,7 +89,7 @@
<p>The second piece is the GCC front end. This component provides a version of
GCC that compiles C and C++ code into LLVM bytecode. Currently, the GCC front
-end is a modified version of GCC 3.4 (we track the GCC 3.4 development). Once
+end uses the GCC parser to convert code to LLVM. Once
compiled into LLVM bytecode, a program can be manipulated with the LLVM tools
from the LLVM suite.</p>
@@ -712,14 +712,9 @@
configured by the LLVM configure script as well as automatically updated when
you run <tt>cvs update</tt>.</p>
-<p>If you would like to get the GCC 3.4 front end source code, you can also get it from the CVS repository:</p>
-
-<pre>
- cvs -z3 -d :pserver:anon at llvm.org:/var/cvs/llvm co llvm-gcc
-</pre>
-
-<p>Please note that you must follow <a href="CFEBuildInstrs.html">these
-instructions</a> to successfully build the LLVM GCC front-end.</p>
+<p>If you would like to get the GCC front end source code, you can also get it
+and build it yourself. Please follow <a href="CFEBuildInstrs.html">these
+instructions</a> to successfully get and build the LLVM GCC front-end.</p>
</div>
@@ -1616,7 +1611,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/14 07:34:22 $
+ Last modified: $Date: 2007/03/06 06:27:34 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list