From 8c09e2a701542f84f00792f933a6a6144f4c939c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 10 Aug 2011 00:02:39 +0000 Subject: [PATCH] Update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137188 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/buildit/build_llvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm index b8dc5331336..ac543fc2ef5 100755 --- a/utils/buildit/build_llvm +++ b/utils/buildit/build_llvm @@ -113,7 +113,7 @@ if [ "$ARM_HOSTED_BUILD" = yes ]; then # 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)