Commit dbc676c1 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Roll clang 317263:318369.

Bug: 782281

Change-Id: Ia7f42af4cc63771dcb6d83f6a0fa0f98e2602c13
Reviewed-on: https://chromium-review.googlesource.com/774119
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarEvgeniy Stepanov <eugenis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517269}
parent cc12c7a9
......@@ -27,7 +27,7 @@ import zipfile
# Do NOT CHANGE this if you don't know what you're doing -- see
# https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md
# Reverting problematic clang rolls is safe, though.
CLANG_REVISION = '317263'
CLANG_REVISION = '318369'
use_head_revision = bool(os.environ.get('LLVM_FORCE_HEAD_REVISION', '0')
in ('1', 'YES'))
......@@ -35,7 +35,7 @@ if use_head_revision:
CLANG_REVISION = 'HEAD'
# This is incremented when pushing a new build of Clang at the same revision.
CLANG_SUB_REVISION=4
CLANG_SUB_REVISION=1
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
......
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