summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authortimurrrr <timurrrr@chromium.org>2015-03-12 08:12:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-12 15:13:37 +0000
commit2551597f8d145565522886523b2bf81dc612918a (patch)
tree4f85511b1836c3f37167e0cfd2da5d15721b0bed /tools/clang
parent9d4fb1bdc8d40d61f62e8d02fa38ed05fdc43d2c (diff)
downloadchromium_src-2551597f8d145565522886523b2bf81dc612918a.zip
chromium_src-2551597f8d145565522886523b2bf81dc612918a.tar.gz
chromium_src-2551597f8d145565522886523b2bf81dc612918a.tar.bz2
Roll ASan/Win to LLVM r231949
This mostly should fix BUG=414136 TBR=inferno@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/999393002 Cr-Commit-Position: refs/heads/master@{#320280}
Diffstat (limited to 'tools/clang')
-rwxr-xr-xtools/clang/scripts/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
index cb0878d..2cc6958 100755
--- a/tools/clang/scripts/update.py
+++ b/tools/clang/scripts/update.py
@@ -24,7 +24,7 @@ LLVM_WIN_REVISION = 'HEAD'
# in bringup. Use a pinned revision to make it slightly more stable.
if (re.search(r'\b(asan)=1', os.environ.get('GYP_DEFINES', '')) and
not 'LLVM_FORCE_HEAD_REVISION' in os.environ):
- LLVM_WIN_REVISION = '229860'
+ LLVM_WIN_REVISION = '231949'
# Path constants. (All of these should be absolute paths.)
THIS_DIR = os.path.abspath(os.path.dirname(__file__))