summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-08 05:24:55 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-08 05:24:55 +0000
commit81ee3045eb7454591603c8bc499e980dd5089df0 (patch)
treea9aa5b4d974132c02489a283260e51776c2bd567 /tools/clang
parente82a28a6c080a286e5fa4ed89540af7f3ba8d3b0 (diff)
downloadchromium_src-81ee3045eb7454591603c8bc499e980dd5089df0.zip
chromium_src-81ee3045eb7454591603c8bc499e980dd5089df0.tar.gz
chromium_src-81ee3045eb7454591603c8bc499e980dd5089df0.tar.bz2
roll clang to 131951
If my theory is correct, this will break the chromeos build and I'll revert this CL. BUG=85289 TEST=none TBR=evan Review URL: http://codereview.chromium.org/7137001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88285 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 90d2be0..6457634 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=131950
+CLANG_REVISION=131951
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm