[llvm-commits] [llvm] r137188 - /llvm/trunk/utils/buildit/build_llvm

Eric Christopher echristo at apple.com
Tue Aug 9 17:02:39 PDT 2011


Author: echristo
Date: Tue Aug  9 19:02:39 2011
New Revision: 137188

URL: http://llvm.org/viewvc/llvm-project?rev=137188&view=rev
Log:
Update comment.

Modified:
    llvm/trunk/utils/buildit/build_llvm

Modified: llvm/trunk/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/build_llvm?rev=137188&r1=137187&r2=137188&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/build_llvm (original)
+++ llvm/trunk/utils/buildit/build_llvm Tue Aug  9 19:02:39 2011
@@ -113,7 +113,7 @@
 # otherwise, try to use clang if it's available
 elif [ $DARWIN_VERS -gt 9 ]; then
   # If the user has set CC or CXX, respect their wishes.  If not,
-  # compile with clang/clang if available; if LLVM is not
+  # compile with clang/clang++ if available; if LLVM is not
   # available, fall back to usual GCC/G++ default.
   savedPATH=$PATH ; PATH="/Developer/usr/bin:$PATH"
   XTMPCC=$(which clang)





More information about the llvm-commits mailing list