0

Roll libc++ from c8eec3629a9e to e2c39ff9388b (1 revision)

c8eec3629a..e2c39ff938

2024-10-20 ldionne.2@gmail.com [libc++] Remove libc++'s own stdint.h and locale.h ()

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://issues.skia.org/issues/new?component=1389291&template=1850622

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: I6a8cfcbf754f4561baa2187ae49c5bcfdd4e3458
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5945209
Commit-Queue: Nico Weber <thakis@chromium.org>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1373435}
This commit is contained in:
chromium-autoroll
2024-10-24 18:07:44 +00:00
committed by Chromium LUCI CQ
parent 23e1e37013
commit ea4d6e8020
3 changed files with 3 additions and 3 deletions
DEPS
buildtools
third_party/libc++

2
DEPS

@ -480,7 +480,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': 'c8eec3629a9e1164a97a5202e40efb4ec4d148e1',
'libcxx_revision': 'e2c39ff9388bec289115081575581fdff2333d4f',
# GN CIPD package version.
'gn_version': 'git_revision:feafd1012a32c05ec6095f69ddc3850afb621f3a',

@ -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 = "c8eec3629a9e1164a97a5202e40efb4ec4d148e1"
libcxx_revision = "e2c39ff9388bec289115081575581fdff2333d4f"
}