diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 22:28:44 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 22:28:44 +0000 |
commit | c66019913aa4948835a24ca0f9feccb63003a6d7 (patch) | |
tree | 1f0f7dc3d1861426685b1410fc6bef65853fddea /tools | |
parent | 7a3af28e5355ac738d35d89c4d17c1d918e8d99d (diff) | |
download | chromium_src-c66019913aa4948835a24ca0f9feccb63003a6d7.zip chromium_src-c66019913aa4948835a24ca0f9feccb63003a6d7.tar.gz chromium_src-c66019913aa4948835a24ca0f9feccb63003a6d7.tar.bz2 |
roll clang 133350:133931
BUG=none
TEST=none
TBR=hans
Review URL: http://codereview.chromium.org/7277001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90661 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 5ce45dc..a310bb0 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=133350 +CLANG_REVISION=133931 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm |