diff options
author | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 16:17:42 +0000 |
---|---|---|
committer | rbyers@chromium.org <rbyers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 16:17:42 +0000 |
commit | ad55cf9f5bd60f236b6249d194607bd2e8a240f7 (patch) | |
tree | 5f120bfb04a858275ed287ff93566dcf5b75442f /tools | |
parent | b37bf363866d7a27b64fbae4a131169a863b8fa5 (diff) | |
download | chromium_src-ad55cf9f5bd60f236b6249d194607bd2e8a240f7.zip chromium_src-ad55cf9f5bd60f236b6249d194607bd2e8a240f7.tar.gz chromium_src-ad55cf9f5bd60f236b6249d194607bd2e8a240f7.tar.bz2 |
Revert 128696 - roll clang 151385:153254 due to mac sizes regression
Caused a ~250kB regression in ChromiumFramework size, reverting to get the tree
green.
---
New stuff:
* ObjC number, array, dict literals
* ASan fixes, visibility fixes (see bugs)
* (c++11: User-defined literals)
* -Wstring-plus-int
* Fix for a bug that made the last roll not work with goma
BUG=114996,112539,119119
TEST=none
Review URL: http://codereview.chromium.org/9836038
TBR=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9835085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128746 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 2388851..f514397 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=153254 +CLANG_REVISION=151385 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}/../../../third_party/llvm" |