summaryrefslogtreecommitdiffstats
path: root/tools/clang/scripts
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-25 17:11:43 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-25 17:11:43 +0000
commitdda229fda6e0171d2d40b4f73160e5263589f3cd (patch)
tree1295d8ae37ac49475aaada9fe196d99169e70fdf /tools/clang/scripts
parent462ab8542ca42f61fbcb8ddbb0a92d1ac789505b (diff)
downloadchromium_src-dda229fda6e0171d2d40b4f73160e5263589f3cd.zip
chromium_src-dda229fda6e0171d2d40b4f73160e5263589f3cd.tar.gz
chromium_src-dda229fda6e0171d2d40b4f73160e5263589f3cd.tar.bz2
roll clang 129729:130080
BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/6880160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82883 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 3da2dd2..f8174e1 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=129729
+CLANG_REVISION=130080
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm