diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 06:57:44 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 06:57:44 +0000 |
commit | 38278c4c3c5a21daa8aecdee028f4b49c1f1d918 (patch) | |
tree | b086c000955eb93a332847564146c5ab6f85e87b /tools | |
parent | 6ca390291e00d32d170a43ddb44d478552bf70b9 (diff) | |
download | chromium_src-38278c4c3c5a21daa8aecdee028f4b49c1f1d918.zip chromium_src-38278c4c3c5a21daa8aecdee028f4b49c1f1d918.tar.gz chromium_src-38278c4c3c5a21daa8aecdee028f4b49c1f1d918.tar.bz2 |
roll clang 165787:167488
Fixes crash in arm codegen.
Doesn't warn on -Wno-arc-abi.
Nicer diagnostics for nested macro instantiations.
Includes asan support for android on linux (shout if you need that on mac).
Fixes issue with debug information in .S files.
Renames -faddress-sanitizer to -fsanitize=address (continue to use -faddress-sanitizer in chromium for now, until we've updated all third-party gyp files)
BUG=159712,159452,159475,159502,159598,59580
TBR=hans
Review URL: https://codereview.chromium.org/11361133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166365 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clang/scripts/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index a708870..570258b 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -13,7 +13,7 @@ if [[ $ANDROID_SDK_VERSION || $PWD =~ [Aa]ndroid ]]; then # http://crbug.com/156947 CLANG_REVISION=163674 else - CLANG_REVISION=165787 + CLANG_REVISION=167488 fi THIS_DIR="$(dirname "${0}")" |