0

Roll clang llvmorg-13-init-11649-g4d788fb8-1 : llvmorg-13-init-11999-g50c0aaed-1

Ran `tools/clang/scripts/upload_revision.py 50c0aaed47b518beea550a6858c2967eaeaef7eb`.

Bug: 1211585
Change-Id: If1b700e11cef6dbfb06a9a5fe84b23152e2ecd79
Binary-Size: crbug.com/1208513
Cq-Include-Trybots: chromium/try:chromeos-amd64-generic-cfi-thin-lto-rel
Cq-Include-Trybots: chromium/try:dawn-win10-x86-deps-rel
Cq-Include-Trybots: chromium/try:linux-chromeos-dbg
Cq-Include-Trybots: chromium/try:linux_angle_deqp_rel_ng
Cq-Include-Trybots: chromium/try:linux_chromium_cfi_rel_ng
Cq-Include-Trybots: chromium/try:linux_chromium_chromeos_msan_rel_ng
Cq-Include-Trybots: chromium/try:linux_chromium_compile_dbg_32_ng
Cq-Include-Trybots: chromium/try:linux_chromium_msan_rel_ng
Cq-Include-Trybots: chromium/try:mac-arm64-rel
Cq-Include-Trybots: chromium/try:win-asan,win7-rel
Cq-Include-Trybots: chromium/try:android-official,fuchsia-official
Cq-Include-Trybots: chromium/try:mac-official,linux-official
Cq-Include-Trybots: chromium/try:win-official,win32-official
Cq-Include-Trybots: chrome/try:iphone-device,ipad-device
Cq-Include-Trybots: chrome/try:linux-chromeos-chrome
Cq-Include-Trybots: chrome/try:win-chrome,win64-chrome,mac-chrome
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2940922
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: Amy Huang <akhuang@google.com>
Commit-Queue: Amy Huang <akhuang@google.com>
Cr-Commit-Position: refs/heads/master@{#889523}
This commit is contained in:
Nico Weber
2021-06-05 00:21:24 +00:00
committed by Chromium LUCI CQ
parent f4de9beb38
commit 5da14b4de2
2 changed files with 4 additions and 8 deletions
build/config/compiler
tools/clang/scripts

@ -1621,15 +1621,11 @@ config("default_warnings") {
# TODO(https://crbug.com/1050281): Clean up, enable.
"-Wno-non-c-typedef-for-linkage",
]
if (llvm_force_head_revision) {
# TODO(https://crbug.com/1203071): Clean up and enable.
cflags += [
"-Wno-unused-but-set-parameter",
"-Wno-unused-but-set-variable",
]
}
"-Wno-unused-but-set-parameter",
"-Wno-unused-but-set-variable",
]
cflags_c += [
# TODO(https://crbug.com/995993): Clean up and enable.

@ -39,7 +39,7 @@ import zipfile
# https://chromium.googlesource.com/chromium/src/+/main/docs/updating_clang.md
# Reverting problematic clang rolls is safe, though.
# This is the output of `git describe` and is usable as a commit-ish.
CLANG_REVISION = 'llvmorg-13-init-11649-g4d788fb8'
CLANG_REVISION = 'llvmorg-13-init-11999-g50c0aaed'
CLANG_SUB_REVISION = 1
PACKAGE_VERSION = '%s-%s' % (CLANG_REVISION, CLANG_SUB_REVISION)