0

Roll libc++ from 645470002f05 to 26cbb86c20fe (3 revisions)

645470002f..26cbb86c20

2023-09-25 ldionne.2@gmail.com [libc++] Make sure we forward stdin through executors ()
2023-09-25 ldionne.2@gmail.com [runtimes] Bump the supported AppleClang version to AppleClang 15 ()
2023-09-25 zhangyin2018@iscas.ac.cn [libcxx] <experimental/simd> excluded long double for 32-bits x86 temporarily

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: I5d6ec107cfe5092a5c65a6a8b25c555741aaafad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4891787
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@{#1201048}
This commit is contained in:
chromium-autoroll
2023-09-25 17:03:35 +00:00
committed by Chromium LUCI CQ
parent b12701ed99
commit d41acb68a3
3 changed files with 3 additions and 3 deletions
DEPS
buildtools
third_party/libc++

2
DEPS

@@ -521,7 +521,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '645470002f05eb47f5ec978559b1270e46ce3c72',
'libcxx_revision': '26cbb86c20fea9562e31742a25f5577b724ab664',
# GN CIPD package version.
'gn_version': 'git_revision:991530ce394efb58fcd848195469022fa17ae126',

@@ -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 = "645470002f05eb47f5ec978559b1270e46ce3c72"
libcxx_revision = "26cbb86c20fea9562e31742a25f5577b724ab664"
}