Skip to content

Commit

Permalink
Roll libc++ from 3cf0fe444584 to ae04d7cb7de9 (10 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/3cf0fe444584..ae04d7cb7de9

2023-03-09 krasimir@google.com [libc++] Add missing includes to optional
2023-03-09 emaste@FreeBSD.org [libc++] Remove XFAIL for a test that now passes on FreeBSD
2023-03-09 advenam.tacet@trailofbits.com [libc++] Safe allocator tests
2023-03-09 fsb4000@yandex.ru [libc++][test] Fix transitive_includes
2023-03-09 nikolasklauser@berlin.de [libc++] Add missing includes to __format/container_adaptor.h
2023-03-08 nikolasklauser@berlin.de [libc++] Granularize <type_traits> includes
2023-03-08 koraq@xs4all.nl [libc++][format] Improves Unicode decoders.
2023-03-08 michaelfrancis@ibm.com [AIX] Fix libc++ Symbol Visibility on AIX
2023-03-08 nikolasklauser@berlin.de [libc++] Enable -Wunused-template
2023-03-08 koraq@xs4all.nl [libc++][test] Uses qualified std::uint32_t.

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: I1c4f0ac49c8622f6769ef8a4d708a3966d46715c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4324117
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@{#1115164}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Mar 9, 2023
1 parent ebaf789 commit 7cd5dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ vars = {

# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '3cf0fe4445843426d7c51eca9daad9ae0c2ff77d',
'libcxx_revision': 'ae04d7cb7de91126217f94b24215ca9b094654d5',

# GN CIPD package version.
'gn_version': 'git_revision:fe330c0ae1ec29db30b6f830e50771a335e071fb',
Expand Down
2 changes: 1 addition & 1 deletion buildtools/deps_revisions.gni
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "3cf0fe4445843426d7c51eca9daad9ae0c2ff77d"
libcxx_revision = "ae04d7cb7de91126217f94b24215ca9b094654d5"
}

0 comments on commit 7cd5dc8

Please sign in to comment.