diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-28 17:14:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-28 17:14:01 +0000 |
commit | 604fdc10bb3ac812cc8a73d1567454ede942b703 (patch) | |
tree | d08fb7fdef434b947128da133d656c566837e786 /docs/GettingStarted.html | |
parent | d80ea073dd5697b9559ce268f37e741e8fe618af (diff) | |
download | external_llvm-604fdc10bb3ac812cc8a73d1567454ede942b703.zip external_llvm-604fdc10bb3ac812cc8a73d1567454ede942b703.tar.gz external_llvm-604fdc10bb3ac812cc8a73d1567454ede942b703.tar.bz2 |
Add a link to the CFE build instrs next to the CFE download instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 6b8e2c1..7573113 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -457,9 +457,13 @@ label:</p> <p>If you would like to get the GCC front end source code, you can also get it from the CVS repository:</p> -<pre>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc +<pre> + cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/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 C front-end.</p> + </div> <!-- ======================================================================= --> |