diff options
author | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 08:55:17 +0000 |
---|---|---|
committer | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 08:55:17 +0000 |
commit | 40f80cb77b4fab7ae8d9527cdb3696ebfbad9d31 (patch) | |
tree | 8ef6d637885e91acf42ccb560b1c298ec7f3048d /tools/clang/scripts | |
parent | 5ac7f224d130a1e992338e48b1a07ce341e243f9 (diff) | |
download | chromium_src-40f80cb77b4fab7ae8d9527cdb3696ebfbad9d31.zip chromium_src-40f80cb77b4fab7ae8d9527cdb3696ebfbad9d31.tar.gz chromium_src-40f80cb77b4fab7ae8d9527cdb3696ebfbad9d31.tar.bz2 |
Roll Clang 125007:125186.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6456026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74414 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 9e1408a..a47bedb 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=125007 +CLANG_REVISION=125186 THIS_DIR=$(dirname $0) LLVM_DIR=$THIS_DIR/../../../third_party/llvm |