diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 06:59:12 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 06:59:12 +0000 |
commit | 98b55580bc420cdaecbc7cc63dcaaa9abf995aa4 (patch) | |
tree | 0fc5ed6461525f022436943d7c7d12a1eb9fe854 /tools/clang | |
parent | d2f1feea1690e85a883ce01f8f12231f97228f27 (diff) | |
download | chromium_src-98b55580bc420cdaecbc7cc63dcaaa9abf995aa4.zip chromium_src-98b55580bc420cdaecbc7cc63dcaaa9abf995aa4.tar.gz chromium_src-98b55580bc420cdaecbc7cc63dcaaa9abf995aa4.tar.bz2 |
Revert 120417 - roll clang 148911:149419
This pulled a bad revision of clang, that made mac_rel try bots sick.
BUG=112977
TEST=cross fingers.
Should fix -Wformat issues on 10.6.
test/Index/crash-recovery-modules.m fails locally at this revision, but we don't use the modules stuff yet anyway, so I disabled that test locally for this roll.
BUG=111861
TEST=none
TBR=hans
Review URL: http://codereview.chromium.org/9316097
TBR=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9347015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang')
-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 ea41608..9d69d2b 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=149419 +CLANG_REVISION=148911 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}/../../../third_party/llvm" |