diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 03:26:08 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 03:26:08 +0000 |
commit | ff61ba7be33eefda710f05c388f2ad8695c78dd1 (patch) | |
tree | cd0282dc6bd9cccc89eb0169202558a40f0e9589 /tools/clang | |
parent | 4fcc7c92ef3fc994553c7b55aacef45ee54dfba1 (diff) | |
download | chromium_src-ff61ba7be33eefda710f05c388f2ad8695c78dd1.zip chromium_src-ff61ba7be33eefda710f05c388f2ad8695c78dd1.tar.gz chromium_src-ff61ba7be33eefda710f05c388f2ad8695c78dd1.tar.bz2 |
Roll clang back 132018:131989
BUG=85289
TEST=none
TBR=evan
Review URL: http://codereview.chromium.org/6995065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang')
-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 dab5c86..852aebe 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=132017 +CLANG_REVISION=131989 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm |