diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 22:17:43 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-02 22:17:43 +0000 |
commit | 946f38c56e0bf6f1444d4a1bf8a1a88f5b14c345 (patch) | |
tree | a6e1a3e9849137d79b15789d7cbca7ea74bb7885 /tools/clang/scripts | |
parent | 60d6328f0aeb3eba3b73965ed3bf0ccd76b2187e (diff) | |
download | chromium_src-946f38c56e0bf6f1444d4a1bf8a1a88f5b14c345.zip chromium_src-946f38c56e0bf6f1444d4a1bf8a1a88f5b14c345.tar.gz chromium_src-946f38c56e0bf6f1444d4a1bf8a1a88f5b14c345.tar.bz2 |
roll clang
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6907003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83806 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 72f6927..1d5ce4cb 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=130538 +CLANG_REVISION=130702 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm |