diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 03:55:22 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 03:55:22 +0000 |
commit | a8b826ce29602a02e4ebfda266e3df5c717bf97c (patch) | |
tree | 691b7d9e34e2777faba8a7acbb42c4185c356765 /tools/clang/scripts | |
parent | ae1857e0e31fbfb9d84bf525d5f20a83d94746fc (diff) | |
download | chromium_src-a8b826ce29602a02e4ebfda266e3df5c717bf97c.zip chromium_src-a8b826ce29602a02e4ebfda266e3df5c717bf97c.tar.gz chromium_src-a8b826ce29602a02e4ebfda266e3df5c717bf97c.tar.bz2 |
roll clang all the way back to 131935
To see if that fixes the problem. (Else I need to clobber that bot after every roll.)
BUG=84424
TEST=none
TBR=evan
Review URL: http://codereview.chromium.org/7003050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang/scripts')
-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 852aebe..f56ce60 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -5,7 +5,7 @@ # This script will check out llvm and clang into third_party/llvm and build it. -CLANG_REVISION=131989 +CLANG_REVISION=131935 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm |