diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-03 22:14:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-03 22:14:43 +0000 |
commit | c75a04bd2e6fd33438faf6e0aa26fc1261876a0a (patch) | |
tree | e04fd3e833d21504462e3f87f7484a6370fe712e /docs | |
parent | ecfe0888b6ca2cf543a8f4d1f6d1d9b9c7411f81 (diff) | |
download | external_llvm-c75a04bd2e6fd33438faf6e0aa26fc1261876a0a.zip external_llvm-c75a04bd2e6fd33438faf6e0aa26fc1261876a0a.tar.gz external_llvm-c75a04bd2e6fd33438faf6e0aa26fc1261876a0a.tar.bz2 |
updated CVS server location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 4115d89..f75fbe2 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -666,9 +666,9 @@ follows:</p> <ul> <li><tt>cd <i>where-you-want-llvm-to-live</i></tt> - <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt> + <li><tt>cvs -d :pserver:anon@llvm.org:/var/cvs/llvm login</tt> <li>Hit the return key when prompted for the password. - <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co + <li><tt>cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm</tt> </ul> @@ -695,7 +695,7 @@ labels:</p> you get it from the CVS repository:</p> <pre> cd llvm/projects - cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-test + cvs -z3 -d :pserver:anon@llvm.org:/var/cvs/llvm co llvm-test </pre> <p>By placing it in the <tt>llvm/projects</tt>, it will be automatically configured by the LLVM configure script as well as automatically updated when @@ -704,7 +704,7 @@ 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-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc + 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 |