Skip to content

Commit

Permalink
Roll libc++ from 0fbc2a9792a1 to 34685c3c0e34 (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/0fbc2a9792a1..34685c3c0e34

2024-01-07 koraq@xs4all.nl [libc++][test] Improves suspurious clang diagnostics. (#77234)

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: If3e4c5fc3581ff92a88a4bd81a44c746f584c79c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5174842
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@{#1243847}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Jan 7, 2024
1 parent aa6aaf1 commit eaa69fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ vars = {

# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '0fbc2a9792a1bffb7e1333f25743aa36782678f3',
'libcxx_revision': '34685c3c0e3410d1e45d8aaee3c7ce22e50e9216',

# GN CIPD package version.
'gn_version': 'git_revision:85944ebc24a90ec1e489e85a46fdc68542c3146f',
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 = "0fbc2a9792a1bffb7e1333f25743aa36782678f3"
libcxx_revision = "34685c3c0e3410d1e45d8aaee3c7ce22e50e9216"
}
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from 0fbc2a to 34685c

0 comments on commit eaa69fb

Please sign in to comment.