diff options
author | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 16:26:20 +0000 |
---|---|---|
committer | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-17 16:26:20 +0000 |
commit | 3c51bcfe87bda9ea798986c42b2e38503f4b0de8 (patch) | |
tree | 692316279637b2f25538e82dc6a1d20f98f1b524 /tools/clang/scripts | |
parent | 163035b99d2be00d39c1e0efe4e356703cc40f63 (diff) | |
download | chromium_src-3c51bcfe87bda9ea798986c42b2e38503f4b0de8.zip chromium_src-3c51bcfe87bda9ea798986c42b2e38503f4b0de8.tar.gz chromium_src-3c51bcfe87bda9ea798986c42b2e38503f4b0de8.tar.bz2 |
Roll Clang 125293:125639.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6537017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75278 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 06e6458..f638650 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=125293 +CLANG_REVISION=125639 THIS_DIR=$(dirname $0) LLVM_DIR=$THIS_DIR/../../../third_party/llvm |