Skip to content

Commit

Permalink
Roll libc++ from e931f4775ac9 to 9b076b800367 (4 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/e931f4775ac9..9b076b800367

2023-03-18 ldionne.2@gmail.com [libc++][Apple] Make sure to set the LIBCXX_LIBRARY_VERSION when building for Apple
2023-03-18 ldionne.2@gmail.com [libc++][Apple] Make sure we install libc++experimental.a
2023-03-18 koraq@xs4all.nl Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""
2023-03-18 koraq@xs4all.nl Reland "[CMake] Bumps minimum version to 3.20.0."

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: I6631ef5a3f19f7279c3e4af3d5ca718bb8bc92f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351318
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@{#1119077}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Mar 19, 2023
1 parent 8727ca2 commit 2bcd81c
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 @@ -495,7 +495,7 @@ vars = {

# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': 'e931f4775ac9c446d8fed9801e6c4cd91840c321',
'libcxx_revision': '9b076b80036741c3a3c29ab32fb992efb30223c5',

# GN CIPD package version.
'gn_version': 'git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4',
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 = "e931f4775ac9c446d8fed9801e6c4cd91840c321"
libcxx_revision = "9b076b80036741c3a3c29ab32fb992efb30223c5"
}

0 comments on commit 2bcd81c

Please sign in to comment.