0

Roll libc++ from 9d1baa3a409d to e0cb589445d4 (8 revisions)

9d1baa3a40..e0cb589445

2023-10-04 ldionne.2@gmail.com [libc++] Fix implementation of iota_view::size ()
2023-10-04 ldionne.2@gmail.com [libc++] Explicitly pass execution policies to _LIBCPP_PSTL_CUSTOMIZATION_POINT ()
2023-10-04 alexrichardson@google.com [runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS ()
2023-10-04 ldionne.2@gmail.com [libc++][NFC] Fix broken formatting in comment
2023-10-04 ldionne.2@gmail.com [libc++][NFC] Document missing __pstl_merge function in PSTL basis operations
2023-10-04 ldionne.2@gmail.com [libc++] Remove dead code in legacy_debug_handler.cpp ()
2023-10-04 ar.ashouri999@gmail.com [libc++] Remove unused defaulted template arg from `__rewrap_range`. ()
2023-10-04 6718161+Caslyn@users.noreply.github.com [libcxx][test] Amend XFAIL directive in no_unique_address tests ()

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: I3886e12af425aa79d5cd44c563dcd5c4cd9e587a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4914315
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@{#1205601}
This commit is contained in:
chromium-autoroll
2023-10-05 01:19:26 +00:00
committed by Chromium LUCI CQ
parent 9b3a969ff6
commit 4f3f8f156d
3 changed files with 3 additions and 3 deletions
DEPS
buildtools
third_party/libc++

2
DEPS

@ -521,7 +521,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '9d1baa3a409d1b35fb7325dbd2cd536c21f57edf',
'libcxx_revision': 'e0cb589445d4b7c84a246d62d10bacdda301a52b',
# GN CIPD package version.
'gn_version': 'git_revision:991530ce394efb58fcd848195469022fa17ae126',

@ -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 = "9d1baa3a409d1b35fb7325dbd2cd536c21f57edf"
libcxx_revision = "e0cb589445d4b7c84a246d62d10bacdda301a52b"
}