Skip to content

Commit

Permalink
Roll libc++ from 6f4617b9efc3 to 63a3e673a7d1 (13 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/6f4617b9efc3..63a3e673a7d1

2023-02-17 nikolasklauser@berlin.de [libc++][NFC] Remove TODOs that are already done
2023-02-17 nikolasklauser@berlin.de [libc++][NFC] Replace _VSTD and _LIBCPP_INLINE_VISIBILITY in <__atomic/*>
2023-02-17 koraq@xs4all.nl [libc++][format] Addresses LWG3810.
2023-02-17 varconst@apple.com [libc++] Mark a test relying on `typeid` as unsupported without RTTI.
2023-02-17 nikolasklauser@berlin.de [libc++] Add missing include in <__atomic/cxx_atomic_impl.h>
2023-02-17 koraq@xs4all.nl [lib++][format] Uses the new exception test macros.
2023-02-17 koraq@xs4all.nl [libc++] Fixes a flaky test.
2023-02-17 koraq@xs4all.nl [libc++][CI] Switches to clang-format-16.
2023-02-17 koraq@xs4all.nl [libc++] Improve the format ignorelist generation.
2023-02-17 nikolasklauser@berlin.de [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONS
2023-02-17 koraq@xs4all.nl [libc++][test] Adds more generic test macros.
2023-02-17 nikolasklauser@berlin.de [libc++] Granularize <atomic>
2023-02-17 nikolasklauser@berlin.de [libc++] Granularize <bit> includes

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: Ib64dbc54c44494215e13dc666fc7c811eaba4f6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4265493
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@{#1107078}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Feb 18, 2023
1 parent 05f34df commit 401ade9
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 @@ -490,7 +490,7 @@ vars = {

# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '6f4617b9efc36525e030ec9855114f3c93550ec1',
'libcxx_revision': '63a3e673a7d193de5d38cb0d52d697cafb2f4be9',

# GN CIPD package version.
'gn_version': 'git_revision:edf6ef4b06b42c58292faea78498aff76bdf68ed',
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 = "6f4617b9efc36525e030ec9855114f3c93550ec1"
libcxx_revision = "63a3e673a7d193de5d38cb0d52d697cafb2f4be9"
}

0 comments on commit 401ade9

Please sign in to comment.