Skip to content

Commit

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

2022-12-17 koraq@xs4all.nl [libc++][format] Renames __null_sentinel.

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: Ieb0a16d3e292215075392ffc09cfb4bfa82daa2f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4115244
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@{#1084743}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Dec 18, 2022
1 parent a9d0fb4 commit 5ff2310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Expand Up @@ -478,7 +478,7 @@ vars = {

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

# GN CIPD package version.
'gn_version': 'git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8',
Expand Down
2 changes: 1 addition & 1 deletion buildtools/deps_revisions.gni
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 = "ca7508eb19fd4ab75a9a980ea5e7b1e68da3357e"
libcxx_revision = "3ec88a9b9fbf72c15674ddc7b12f0135fa531c42"
}

0 comments on commit 5ff2310

Please sign in to comment.