| Index: tools/clang/scripts/update.sh
|
| diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
|
| index 4352c98cc014cc0f2038f87a5d304bcb137e6e35..a04f6c847b9c5d657a22dc50ca09d93e01cd51ef 100755
|
| --- a/tools/clang/scripts/update.sh
|
| +++ b/tools/clang/scripts/update.sh
|
| @@ -8,7 +8,7 @@
|
| # Do NOT CHANGE this if you don't know what you're doing -- see
|
| # https://code.google.com/p/chromium/wiki/UpdatingClang
|
| # Reverting problematic clang rolls is safe, though.
|
| -CLANG_REVISION=147434
|
| +CLANG_REVISION=147524
|
|
|
| THIS_DIR="$(dirname "${0}")"
|
| LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"
|
| @@ -189,7 +189,8 @@ if [ "${OS}" = "Linux" ]; then
|
| elif [ "${OS}" = "Darwin" ]; then
|
| NUM_JOBS="$(sysctl -n hw.ncpu)"
|
| fi
|
| -MACOSX_DEPLOYMENT_TARGET=10.5 make -j"${NUM_JOBS}"
|
| +export PATH="/home/fischman/src/goma:$PATH"
|
| +MACOSX_DEPLOYMENT_TARGET=10.5 make -j500
|
| cd -
|
|
|
| # Build plugin.
|
|
|