diff options
author | Chris Lattner <sabre@nondot.org> | 2007-03-06 06:27:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-03-06 06:27:34 +0000 |
commit | 82ad9f1686925e79f83e6475f813a988b571aa3f (patch) | |
tree | 0c40fb962d25d90d104bae241d673fbfadf6bb0f /docs/GettingStarted.html | |
parent | 0db79d86de74c315813d60f51ed842c0ba0f34dd (diff) | |
download | external_llvm-82ad9f1686925e79f83e6475f813a988b571aa3f.zip external_llvm-82ad9f1686925e79f83e6475f813a988b571aa3f.tar.gz external_llvm-82ad9f1686925e79f83e6475f813a988b571aa3f.tar.bz2 |
llvm-gcc 3.4 is dead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 3677849..f33493e 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -89,7 +89,7 @@ used to test the LLVM tools and the GCC front end.</p> <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 @@ you get it from the CVS repository:</p> 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@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> |