summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 22:48:39 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 22:48:39 +0000
commit4e57e925bc808548b30c26c16edc1758ab6ec5e8 (patch)
treea7f87d1a263110391a26513f28291de24d45fe71 /tools
parent0b6c5e9b6134393c5c78b46667953dae291e4d48 (diff)
downloadchromium_src-4e57e925bc808548b30c26c16edc1758ab6ec5e8.zip
chromium_src-4e57e925bc808548b30c26c16edc1758ab6ec5e8.tar.gz
chromium_src-4e57e925bc808548b30c26c16edc1758ab6ec5e8.tar.bz2
roll clang 174965:176256
Changes (subset): * Fixes a bug with asan work on precise * strict_memcmp flag for asan * Tweaked symbol visibility computation in clang (worked with upstream to make sure the component build still works) BUG=177235 TBR=hans Review URL: https://chromiumcodereview.appspot.com/12446007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clang/scripts/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index de7adc1..09648ba 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=174965
+CLANG_REVISION=176256
# ASan Mac builders are pinned to this revision, see http://crbug.com/170629.
CLANG_ASAN_MAC_REVISION=170392