Roll libc++ from b78c13011619 to 84fb809dd6da (3 revisions)
b78c130116..84fb809dd6
2023-06-28 varconsteq@gmail.com [libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.
2023-06-28 nikolasklauser@berlin.de [libc++] Add missing _LIBCPP_HIDE_FROM_ABI in uninitialized_buffer.h
2023-06-27 varconsteq@gmail.com [libc++][hardening] Add an ABI macro `_LIBCPP_ABI_BOUNDED_ITERATORS`.
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: Ia68ac31247f50a94744b6c31506279af0589ce63
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4656460
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@{#1164020}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
5c888d5b7a
commit
2846c5195e
2
DEPS
2
DEPS
@ -510,7 +510,7 @@ vars = {
|
||||
|
||||
# If you change this, also update the libc++ revision in
|
||||
# //buildtools/deps_revisions.gni.
|
||||
'libcxx_revision': 'b78c1301161919fac68fa7ccb402a6353259e169',
|
||||
'libcxx_revision': '84fb809dd6dae36d556dc0bb702c6cc2ce9d4b80',
|
||||
|
||||
# GN CIPD package version.
|
||||
'gn_version': 'git_revision:4bd1a77e67958fb7f6739bd4542641646f264e5d',
|
||||
|
@ -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 = "b78c1301161919fac68fa7ccb402a6353259e169"
|
||||
libcxx_revision = "84fb809dd6dae36d556dc0bb702c6cc2ce9d4b80"
|
||||
}
|
||||
|
Reference in New Issue
Block a user