0

Roll libc++ from 643441dc2f2d to 2d9b9a9eea77 (2 revisions)

643441dc2f..2d9b9a9eea

2024-12-12 ldionne.2@gmail.com [libc++] Slight reorganization of the benchmarks ()
2024-12-11 ldionne.2@gmail.com [libc++] Properly guard flat_map includes based on C++ version ()

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: I1249de36aeeb5540848e21efe5cafde7994657ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6092318
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@{#1395624}
This commit is contained in:
chromium-autoroll
2024-12-12 14:25:50 -08:00
committed by Chromium LUCI CQ
parent 8eb03f1b93
commit 849f35964a
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': '643441dc2f2da5fe3e09c7559249b558f224a2dc',
'libcxx_revision': '2d9b9a9eea77b09fe4bc7a41b33140fa7298d39f',
# GN CIPD package version.
'gn_version': 'git_revision:468c6128db7fabe32a29d4753460ef53594406fc',

@ -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 = "643441dc2f2da5fe3e09c7559249b558f224a2dc"
libcxx_revision = "2d9b9a9eea77b09fe4bc7a41b33140fa7298d39f"
}