diff options
author | pastarmovj@google.com <pastarmovj@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 12:52:38 +0000 |
---|---|---|
committer | pastarmovj@google.com <pastarmovj@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 12:52:38 +0000 |
commit | 8bfbe023f379bb659a6d6b57febfbbd864c2c377 (patch) | |
tree | 44389924e2194eadb2aed84a0486aedda03f194f /tools | |
parent | 76418280ea29076b00442026d7f4c4a8be7fd6ce (diff) | |
download | chromium_src-8bfbe023f379bb659a6d6b57febfbbd864c2c377.zip chromium_src-8bfbe023f379bb659a6d6b57febfbbd864c2c377.tar.gz chromium_src-8bfbe023f379bb659a6d6b57febfbbd864c2c377.tar.bz2 |
Revert 166369 - Revert 166365 - roll clang 165787:167488
Seems like a clobber might be enough to fix the issues caused by this CL.
Reverted because it is assumed to be the cause for multiple compile failures on mac and linux.
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
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/11377020
TBR=pastarmovj@google.com
Review URL: https://codereview.chromium.org/11377023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166405 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}")" |