Roll libc++ from cc6b969c59a7 to d3d825f7b3bb (11 revisions)
cc6b969c59..d3d825f7b3
2025-02-17 ldionne.2@gmail.com [libc++] Document that libc++ does not and will never implement the Networking TS (#127508)
2025-02-17 koraq@xs4all.nl [libc++][TZDB] Fixes mapping of nonexisting time. (#127330)
2025-02-17 ldionne.2@gmail.com [libc++] Synchronize a few remaining status page rows with Github issues
2025-02-17 ldionne.2@gmail.com [libc++] Synchronize status pages with Github issues list
2025-02-17 joey.t.reinhart@gmail.com [libc++] Add watchOS and tvOS checks for aligned_alloc (#126862)
2025-02-16 vitalybuka@google.com [libc++] Fix initialization-order-fiasco with iostream.cpp constructors (#126995)
2025-02-15 koraq@xs4all.nl [libc++] Fixes (|multi)_set spaceship operator. (#127326)
2025-02-15 nikolasklauser@berlin.de [libc++] Move unused basic_string function definition to the dylib sources (#126219)
2025-02-15 ldionne.2@gmail.com [libc++] Explicitly mention vector_bool in the name of benchmarks (#127313)
2025-02-15 ldionne.2@gmail.com [libc++] Avoid including <features.h> on arbitrary platforms (#125587)
2025-02-15 nikolasklauser@berlin.de [libc++][NFC] Make enable_ifs in <optional> consistent (#127184)
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: I0b85e00c623405acc58a1549a59bab2489e93e17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6277863
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1421233}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
06da653711
commit
39bb2cb7d4
2
DEPS
2
DEPS
@ -496,7 +496,7 @@ vars = {
|
||||
|
||||
# If you change this, also update the libc++ revision in
|
||||
# //buildtools/deps_revisions.gni.
|
||||
'libcxx_revision': 'cc6b969c59a79b15713b40c4231aa09c9ac70433',
|
||||
'libcxx_revision': 'd3d825f7b3bb685545dcfa6c9d797631a49ade61',
|
||||
|
||||
# GN CIPD package version.
|
||||
'gn_version': 'git_revision:ed1abc107815210dc66ec439542bee2f6cbabc00',
|
||||
|
@ -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 = "cc6b969c59a79b15713b40c4231aa09c9ac70433"
|
||||
libcxx_revision = "d3d825f7b3bb685545dcfa6c9d797631a49ade61"
|
||||
}
|
||||
|
2
third_party/libc++/src
vendored
2
third_party/libc++/src
vendored
Submodule third_party/libc++/src updated: cc6b969c59...d3d825f7b3
Reference in New Issue
Block a user