Roll libc++ from e136ec5032a5 to f8109050eccb (25 revisions)
e136ec5032..f8109050ec
2023-03-01 ldionne.2@gmail.com [libc++] Use generic-cxx20 instead of apple-cxx20 on Apple CI
2023-03-01 ldionne.2@gmail.com [libc++][NFC] Remove trailing whitespace on line and clang-format
2023-03-01 ldionne.2@gmail.com [libc++] Refactor the std/depr C headers tests
2023-03-01 ldionne.2@gmail.com [libc++][NFC] Move test to .compile.pass.cpp since it doesn't run anything
2023-03-01 shivam.kunwar@kdab.com [libc++] implement move_iterator<T*> should be a random access iterator \n Differntial Revision- https://reviews.llvm.org/D135248
2023-03-01 arthur.j.odwyer@gmail.com [libc++] Fix modules issues on OS X
2023-03-01 vvereschaka@accesssoftek.com Fix failed libcxx test build on the Windows to Linux cross builders. NFC.
2023-02-28 nikolasklauser@berlin.de [libc++] Run clang-tidy in all configurations that are run in the Docker container
2023-02-28 koraq@xs4all.nl [libc++] Addresses LWG3782.
2023-02-28 arthur.j.odwyer@gmail.com [libc++] Refactor allocator_mismatch.compile.fail.cpp -> .verify.cpp
2023-02-28 avogelsgesang@salesforce.com [libc++][spaceship] Implement `operator<=>` for `list`
2023-02-27 arthur.j.odwyer@gmail.com [libc++] Fix "size_t" constants that should be "bool" or "int", and add tests
2023-02-27 nikolasklauser@berlin.de [libc++][NFC] Format __split_buffer and move constructors that are marked inline into the class body
2023-02-27 nikolasklauser@berlin.de [libc++] Simplify the modules_include.sh.cpp script a bit
2023-02-27 koraq@xs4all.nl [libc++] Improves clang-format settings.
2023-02-27 koraq@xs4all.nl [libc++] Fixes operator& hijacking atomic types.
2023-02-27 fsb4000@yandex.ru [libc++][ranges] Implement LWG-3860 range_common_reference_t is missing
2023-02-26 koraq@xs4all.nl [libc++] Improves clang-tidy configuration.
2023-02-25 nikolasklauser@berlin.de [libc++] Add FTM for views::as_rvalue
2023-02-25 fsb4000@yandex.ru [libc++] Implement LWG-3204: `sub_match::swap` only swaps the base class
2023-02-25 Casey@Carter.net [libc++][test] Silence MSVC deprecation warnings
2023-02-24 koraq@xs4all.nl [libc++][test] Use the Japanese test.
2023-02-24 nikolasklauser@berlin.de [libc++] Remove <experimental/{algorithm,functional}>
2023-02-23 nikolasklauser@berlin.de [libc++] Run modules_include.sh.cpp compiles in parallel
2023-02-23 advenam.tacet@trailofbits.com [ASan][libcxx] Annotating std::vector with all allocators
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: Ia76bbb272ee496b0c86d268405092c2720be5932
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4300325
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@{#1111943}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
4bd2d05c91
commit
bffecf411d
2
DEPS
2
DEPS
@ -495,7 +495,7 @@ vars = {
|
||||
|
||||
# If you change this, also update the libc++ revision in
|
||||
# //buildtools/deps_revisions.gni.
|
||||
'libcxx_revision': 'e136ec5032a5e5d97e988ce66e8c269a80ff54c4',
|
||||
'libcxx_revision': 'f8109050eccbcd3b2105cf28456108f55e939ed5',
|
||||
|
||||
# GN CIPD package version.
|
||||
'gn_version': 'git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb',
|
||||
|
@ -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 = "e136ec5032a5e5d97e988ce66e8c269a80ff54c4"
|
||||
libcxx_revision = "f8109050eccbcd3b2105cf28456108f55e939ed5"
|
||||
}
|
||||
|
Reference in New Issue
Block a user