Commit d92f76a5 authored by timurrrr's avatar timurrrr Committed by Commit bot

Roll ASan/Win to LLVM r228568

This should fix issue 453209 and give better diagnostics for issue 452788

BUG=453209,452788,345874
TBR=rnk@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/908763003

Cr-Commit-Position: refs/heads/master@{#315281}
parent ea6cc7cf
...@@ -24,7 +24,7 @@ LLVM_WIN_REVISION = 'HEAD' ...@@ -24,7 +24,7 @@ LLVM_WIN_REVISION = 'HEAD'
# in bringup. Use a pinned revision to make it slightly more stable. # 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 if (re.search(r'\b(asan)=1', os.environ.get('GYP_DEFINES', '')) and
not 'LLVM_FORCE_HEAD_REVISION' in os.environ): not 'LLVM_FORCE_HEAD_REVISION' in os.environ):
LLVM_WIN_REVISION = '226810' LLVM_WIN_REVISION = '228568'
# Path constants. (All of these should be absolute paths.) # Path constants. (All of these should be absolute paths.)
THIS_DIR = os.path.abspath(os.path.dirname(__file__)) THIS_DIR = os.path.abspath(os.path.dirname(__file__))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment