0

Roll libc++ from 11c38d901d29 to 9ba1d4922ab2 (3 revisions)

11c38d901d..9ba1d4922a

2024-12-23 phosek@google.com [libcxx] Fix the #endif comments ()
2024-12-23 phosek@google.com [libcxx] Remove the second inclusion of the system header ()
2024-12-23 helianthus547@gmail.com [libc++] Refactor some code in monotonic_buffer_resource ()

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://issues.skia.org/issues/new?component=1389291&template=1850622

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: Ie17d6f5e4b222d94edc855c9d2bed23ba9c8ef51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6121305
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@{#1399990}
This commit is contained in:
chromium-autoroll
2024-12-23 22:28:16 -08:00
committed by Chromium LUCI CQ
parent 689997a37e
commit 86acbff232
3 changed files with 3 additions and 3 deletions
DEPS
buildtools
third_party/libc++

2
DEPS

@ -500,7 +500,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '11c38d901d29bc91aee3efb53652f7141f72f47f',
'libcxx_revision': '9ba1d4922ab23234f7a2af4c8cd7699756959950',
# GN CIPD package version.
'gn_version': 'git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd',

@ -5,5 +5,5 @@
declare_args() {
# Used to cause full rebuilds on libc++ rolls. This should be kept in sync
# with the libcxx_revision var in //DEPS.
libcxx_revision = "11c38d901d29bc91aee3efb53652f7141f72f47f"
libcxx_revision = "9ba1d4922ab23234f7a2af4c8cd7699756959950"
}