summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-04 03:08:46 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-04 03:08:46 +0000
commitfa2601abcdde27adbdba2b5de8d849908ad41704 (patch)
treee704fdb8dfb4d8870570e6634a590d846e19bb78
parent6f5a35ef9027619ab88bc9128e035c93ed3d6f4f (diff)
downloadchromium_src-fa2601abcdde27adbdba2b5de8d849908ad41704.zip
chromium_src-fa2601abcdde27adbdba2b5de8d849908ad41704.tar.gz
chromium_src-fa2601abcdde27adbdba2b5de8d849908ad41704.tar.bz2
roll clang r133931:r134361
BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/7278023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91461 0039d316-1c4b-4281-b951-d872f2087c98
-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 a310bb0..cb3800a 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=133931
+CLANG_REVISION=134361
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm