diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-23 19:49:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-23 19:49:01 +0000 |
commit | 70bb09b04c0dbb386614a14231834f3c47895401 (patch) | |
tree | 2a37031ea89dae30611f5a8f0ebd6fb96f24594c /docs/GettingStarted.html | |
parent | fafe63031863c2da38df762f0a694cba3b743a86 (diff) | |
download | external_llvm-70bb09b04c0dbb386614a14231834f3c47895401.zip external_llvm-70bb09b04c0dbb386614a14231834f3c47895401.tar.gz external_llvm-70bb09b04c0dbb386614a14231834f3c47895401.tar.bz2 |
Recommend using -z3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-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 252d6dc..3b55656 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -110,7 +110,7 @@ <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>Hit the return key when prompted for the password. - <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt> + <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt> <li><tt>cd llvm</tt> </ol> </ul> @@ -359,7 +359,7 @@ <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>Hit the return key when prompted for the password. - <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt> + <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt> </ul> <p>This will create an '<tt>llvm</tt>' directory in the current @@ -820,7 +820,7 @@ that has been retargeted to emit LLVM code as the machine code output. It works just like any other GCC compiler, taking the typical <tt>-c, -S, -E, -o</tt> options that are typically used. The source code for the - <tt>llvmgcc</tt> tool is currently not included in the LLVM cvs tree + <tt>llvmgcc</tt> tool is currently not included in the LLVM CVS tree because it is quite large and not very interesting.<p> <ol> @@ -874,7 +874,7 @@ <dt><tt><b>cvsupdate</b></tt><dd> <tt>cvsupdate</tt> is a script that will update your CVS tree, but produce a much cleaner and more organized output - than simply running <tt>`cvs up -dP'</tt> will. For example, it will group + than simply running <tt>`cvs -z3 up -dP'</tt> will. For example, it will group together all the new and updated files and modified files in separate sections, so you can see at a glance what has changed. If you are at the top of your LLVM CVS tree, running <tt>utils/cvsupdate</tt> is the |