Commit bf10864d authored by hans@chromium.org's avatar hans@chromium.org

Roll Clang 192869:193323

BUG=313468, 313823

Review URL: https://codereview.chromium.org/49983003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233418 0039d316-1c4b-4281-b951-d872f2087c98
parent 8d0425c1
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# Do NOT CHANGE this if you don't know what you're doing -- see # Do NOT CHANGE this if you don't know what you're doing -- see
# https://code.google.com/p/chromium/wiki/UpdatingClang # https://code.google.com/p/chromium/wiki/UpdatingClang
# Reverting problematic clang rolls is safe, though. # Reverting problematic clang rolls is safe, though.
CLANG_REVISION=192869 CLANG_REVISION=193323
THIS_DIR="$(dirname "${0}")" THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm" LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"
...@@ -141,7 +141,7 @@ for DIR in "${XCODEBUILD_DIR}" "${MAKE_DIR}/Debug" "${MAKE_DIR}/Release"; do ...@@ -141,7 +141,7 @@ for DIR in "${XCODEBUILD_DIR}" "${MAKE_DIR}/Debug" "${MAKE_DIR}/Release"; do
find "${DIR}" -name '*.o' -exec rm {} + find "${DIR}" -name '*.o' -exec rm {} +
find "${DIR}" -name '*.o.d' -exec rm {} + find "${DIR}" -name '*.o.d' -exec rm {} +
find "${DIR}" -name '*.gch' -exec rm {} + find "${DIR}" -name '*.gch' -exec rm {} +
find "${DIR}" -name '*.dylib' -exec rm {} + find "${DIR}" -name '*.dylib' -exec rm -rf {} +
find "${DIR}" -name 'SharedPrecompiledHeaders' -exec rm -rf {} + find "${DIR}" -name 'SharedPrecompiledHeaders' -exec rm -rf {} +
fi fi
done done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment