diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 20:49:04 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 20:49:04 +0000 |
commit | 0b8a66d9839a5c93bc65012241ec308e2ea503ea (patch) | |
tree | 73137192db20d9abcbd7adb979661ef84d59cb9e /tools/clang/scripts | |
parent | e6f1366e6fc8bf752b88c66a2ab136d6cd85f978 (diff) | |
download | chromium_src-0b8a66d9839a5c93bc65012241ec308e2ea503ea.zip chromium_src-0b8a66d9839a5c93bc65012241ec308e2ea503ea.tar.gz chromium_src-0b8a66d9839a5c93bc65012241ec308e2ea503ea.tar.bz2 |
clang: Roll to 126303
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6559006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75780 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 f638650..6cc4f98 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=125639 +CLANG_REVISION=126303 THIS_DIR=$(dirname $0) LLVM_DIR=$THIS_DIR/../../../third_party/llvm |