[llvm-commits] [llvm-gcc-4-2] r39854 - /llvm-gcc-4-2/trunk/README.LLVM

Anton Korobeynikov asl at math.spbu.ru
Sat Jul 14 06:36:07 PDT 2007


Author: asl
Date: Sat Jul 14 08:36:06 2007
New Revision: 39854

URL: http://llvm.org/viewvc/llvm-project?rev=39854&view=rev
Log:
Correct documentation

Modified:
    llvm-gcc-4-2/trunk/README.LLVM

Modified: llvm-gcc-4-2/trunk/README.LLVM
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4-2/trunk/README.LLVM?rev=39854&r1=39853&r2=39854&view=diff

==============================================================================
--- llvm-gcc-4-2/trunk/README.LLVM (original)
+++ llvm-gcc-4-2/trunk/README.LLVM Sat Jul 14 08:36:06 2007
@@ -10,20 +10,22 @@
 Please follow these instructions carefully.  In particular, the target-specific
 configure instructions should be followed to ensure correct builds.
 
+Please also note, that this branch is still in early development phase and can
+be not usable at all.
 
 //===----------------------------------------------------------------------===//
                            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-gcc-4.2 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