Update comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2011-08-10 00:02:39 +00:00
parent 125feacf5b
commit 8c09e2a701

View File

@ -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)