[llvm-branch-commits] [llvm-branch] r137730 - /llvm/branches/Apple/Morbo/utils/buildit/build_llvm
Eric Christopher
echristo at apple.com
Tue Aug 16 10:47:29 PDT 2011
Author: echristo
Date: Tue Aug 16 12:47:29 2011
New Revision: 137730
URL: http://llvm.org/viewvc/llvm-project?rev=137730&view=rev
Log:
Fix comment.
Modified:
llvm/branches/Apple/Morbo/utils/buildit/build_llvm
Modified: llvm/branches/Apple/Morbo/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/utils/buildit/build_llvm?rev=137730&r1=137729&r2=137730&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/utils/buildit/build_llvm (original)
+++ llvm/branches/Apple/Morbo/utils/buildit/build_llvm Tue Aug 16 12:47:29 2011
@@ -123,7 +123,7 @@
# otherwise, try to use llvm-gcc 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 LLVM-GCC/LLVM-G++ 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-branch-commits
mailing list