summaryrefslogtreecommitdiffstats
path: root/tools/clang/scripts
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-16 03:12:32 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-16 03:12:32 +0000
commit1b3509ba9db0ae50df76e10513e98135915fd34b (patch)
tree369b0f5c6eb132986465a2eb69f0f7357973e8cd /tools/clang/scripts
parentd1be698060c27a9976d3e10d7f2282510096a620 (diff)
downloadchromium_src-1b3509ba9db0ae50df76e10513e98135915fd34b.zip
chromium_src-1b3509ba9db0ae50df76e10513e98135915fd34b.tar.gz
chromium_src-1b3509ba9db0ae50df76e10513e98135915fd34b.tar.bz2
roll clang r135004:r135314
BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/7390018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang/scripts')
-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 135b49d..d9401ba 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=135004
+CLANG_REVISION=135314
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm