summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-08 03:26:08 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-08 03:26:08 +0000
commitff61ba7be33eefda710f05c388f2ad8695c78dd1 (patch)
treecd0282dc6bd9cccc89eb0169202558a40f0e9589 /tools/clang
parent4fcc7c92ef3fc994553c7b55aacef45ee54dfba1 (diff)
downloadchromium_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-xtools/clang/scripts/update.sh2
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