0

Roll libc++ from 43c39fecf3aa to abad4bb576d9 (2 revisions)

43c39fecf3..abad4bb576

2023-02-21 nikolasklauser@berlin.de [runtimes] Remove add_target_flags* functions and use add_flags* instead
2023-02-21 nikolasklauser@berlin.de [runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags.cmake to runtimes/cmake/Modules/HandleFlags.cmake

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/libcxx-chromium
Please CC hans@chromium.org,thakis@chromium.org on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: hans@chromium.org,thakis@chromium.org
Change-Id: I5f39f8e8b37a6bdd9e06a92fe72d3f399c4b983a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4274762
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1107706}
This commit is contained in:
chromium-autoroll
2023-02-21 13:39:16 +00:00
committed by Chromium LUCI CQ
parent 3aa7ce11f3
commit b6a4b68b89
2 changed files with 2 additions and 2 deletions

2
DEPS

@ -490,7 +490,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '43c39fecf3aa3cd542e41ffa8720720a1629ff41',
'libcxx_revision': 'abad4bb576d98d81c2d5861c3862cc87145f7dad',
# GN CIPD package version.
'gn_version': 'git_revision:b25a2f8c2d33f02082f0f258350f5e22c0973108',

@ -5,5 +5,5 @@
declare_args() {
# Used to cause full rebuilds on libc++ rolls. This should be kept in sync
# with the libcxx_revision vars in //DEPS.
libcxx_revision = "43c39fecf3aa3cd542e41ffa8720720a1629ff41"
libcxx_revision = "abad4bb576d98d81c2d5861c3862cc87145f7dad"
}