[llvm-commits] [llvm-gcc-4.0] r44141 - /llvm-gcc-4.0/trunk/build_gcc

Devang Patel dpatel at apple.com
Wed Nov 14 14:12:25 PST 2007


Author: dpatel
Date: Wed Nov 14 16:12:25 2007
New Revision: 44141

URL: http://llvm.org/viewvc/llvm-project?rev=44141&view=rev
Log:
Count properly.

Modified:
    llvm-gcc-4.0/trunk/build_gcc

Modified: llvm-gcc-4.0/trunk/build_gcc
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.0/trunk/build_gcc?rev=44141&r1=44140&r2=44141&view=diff

==============================================================================
--- llvm-gcc-4.0/trunk/build_gcc (original)
+++ llvm-gcc-4.0/trunk/build_gcc Wed Nov 14 16:12:25 2007
@@ -66,17 +66,17 @@
 # or not.
 ENABLE_LLVM="$7"
 
-# The tenth parameter is a yes/no that indicates whether assertions should be
+# The eighth parameter is a yes/no that indicates whether assertions should be
 # enabled in the LLVM libs/tools.
 LLVM_ASSERTIONS="$8"
 
-# The eleventh parameter indicates llvmCore location.
+# The nineth parameter indicates llvmCore location.
 LLVMCORE_PATH="$9"
 
-# The eighth parameter is the version number of the submission, e.g. 1007.
+# The tenth parameter is the version number of the submission, e.g. 1007.
 LLVM_SUBMIT_VERSION="${10}"
 
-# The nineth parameter is the subversion number of the submission, e.g. 03.
+# The eleventh parameter is the subversion number of the submission, e.g. 03.
 LLVM_SUBMIT_SUBVERSION="${11}"
 
 # LLVM_BIN_DIR - This is the place where llvm-gcc/llvm-g++ symlinks get installed.





More information about the llvm-commits mailing list