[llvm-commits] [129630] cvs -> svn

clattner at apple.com clattner at apple.com
Mon Jul 16 22:44:06 PDT 2007


Revision: 129630
Author:   clattner
Date:     2007-07-16 22:44:05 -0700 (Mon, 16 Jul 2007)

Log Message:
-----------
cvs -> svn

Modified Paths:
--------------
    apple-local/branches/llvm/README.LLVM

Modified: apple-local/branches/llvm/README.LLVM
===================================================================
--- apple-local/branches/llvm/README.LLVM	2007-07-17 00:17:11 UTC (rev 129629)
+++ apple-local/branches/llvm/README.LLVM	2007-07-17 05:44:05 UTC (rev 129630)
@@ -2,7 +2,7 @@
 //                      Building llvm-gcc4 from Source
 //===----------------------------------------------------------------------===//
 
-These instructions describe how to build llvm-gcc4.
+These instructions describe how to build llvm-gcc-4.0.
 
 Note that this should work on all the supported LLVM targets.  If you run into
 problems, please ask for help or file a bug.
@@ -10,20 +10,19 @@
 Please follow these instructions carefully.  In particular, the target-specific
 configure instructions should be followed to ensure correct builds.
 
-
 //===----------------------------------------------------------------------===//
                            First Step: Build LLVM
 //===----------------------------------------------------------------------===//
 
-First, check out LLVM from CVS, then build it in optimized mode (a Release
-build, as opposed to a Debug one)):
+First, check out LLVM from Subversion, then build it in optimized mode (a 
+Release build, as opposed to a Debug one)):
 
   make ENABLE_OPTIMIZED=1
 
 If you use a Debug instead of a Release build of LLVM, make sure you add
---enable-checking to the configure flags below or llvm-gcc4 will not build!
+--enable-checking to the configure flags below or llvm-gcc-4.0 will not build!
 
-Below we assume the LLVM OBJDIR is $LLVMOBJDIR.  
+Below we assume the LLVM OBJ_ROOT is $LLVMOBJDIR.
 
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list