Commit 9b87e595 authored by Reid Kleckner's avatar Reid Kleckner Committed by Commit Bot

Roll clang 327688:328575.

Bug: 823655
Change-Id: If6dfa9d775d3be37b72b4cf5f2fd9db89763819a
Reviewed-on: https://chromium-review.googlesource.com/981314Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546080}
parent b0b7031e
...@@ -1345,13 +1345,10 @@ config("default_warnings") { ...@@ -1345,13 +1345,10 @@ config("default_warnings") {
# TODO(hans): https://crbug.com/766891 # TODO(hans): https://crbug.com/766891
"-Wno-null-pointer-arithmetic", "-Wno-null-pointer-arithmetic",
]
if (llvm_force_head_revision) { # Ignore warnings about MSVC optimization pragmas.
cflags += [
# TODO(crbug.com/823655): Enable by default in next clang roll.
"-Wno-ignored-pragma-optimize", "-Wno-ignored-pragma-optimize",
] ]
}
} else if (use_xcode_clang) { } else if (use_xcode_clang) {
cflags += [ cflags += [
# TODO(thakis): https://crbug.com/604888 # TODO(thakis): https://crbug.com/604888
......
...@@ -27,7 +27,7 @@ import zipfile ...@@ -27,7 +27,7 @@ import zipfile
# Do NOT CHANGE this if you don't know what you're doing -- see # 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 # https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md
# Reverting problematic clang rolls is safe, though. # Reverting problematic clang rolls is safe, though.
CLANG_REVISION = '327688' CLANG_REVISION = '328575'
use_head_revision = bool(os.environ.get('LLVM_FORCE_HEAD_REVISION', '0') use_head_revision = bool(os.environ.get('LLVM_FORCE_HEAD_REVISION', '0')
in ('1', 'YES')) in ('1', 'YES'))
......
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