From 70bb09b04c0dbb386614a14231834f3c47895401 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 Oct 2003 19:49:01 +0000 Subject: [PATCH] Recommend using -z3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9445 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 252d6dc0567..3b556564732 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -110,7 +110,7 @@
  • cd where-you-want-llvm-to-live
  • cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login
  • Hit the return key when prompted for the password. -
  • cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm +
  • cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm
  • cd llvm @@ -359,7 +359,7 @@
  • cd where-you-want-llvm-to-live
  • cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login
  • Hit the return key when prompted for the password. -
  • cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm +
  • cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm

    This will create an 'llvm' 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 -c, -S, -E, -o options that are typically used. The source code for the - llvmgcc tool is currently not included in the LLVM cvs tree + llvmgcc tool is currently not included in the LLVM CVS tree because it is quite large and not very interesting.

      @@ -874,7 +874,7 @@
      cvsupdate
      cvsupdate is a script that will update your CVS tree, but produce a much cleaner and more organized output - than simply running `cvs up -dP' will. For example, it will group + than simply running `cvs -z3 up -dP' 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 utils/cvsupdate is the -- 2.34.1