Roll libc++ from f3f32cb53c25 to 7ef1f0a187aa (1 revision)
f3f32cb53c..7ef1f0a187
2024-09-08 nikolasklauser@berlin.de [libc++][NFC] Use std::isinf in non-constexpr functions (#107690)
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: Ifede5171b15986f91d6f860d07d7bdd98d573e64
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5843877
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@{#1352519}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
2124e9ddd9
commit
0a90ace341
2
DEPS
2
DEPS
@ -500,7 +500,7 @@ vars = {
|
||||
|
||||
# If you change this, also update the libc++ revision in
|
||||
# //buildtools/deps_revisions.gni.
|
||||
'libcxx_revision': 'f3f32cb53c259a12a54e22f7293e86c984702b97',
|
||||
'libcxx_revision': '7ef1f0a187aa3320426084c19e42833568f779a9',
|
||||
|
||||
# GN CIPD package version.
|
||||
'gn_version': 'git_revision:f792b9756418af8ab8a91a4c15b582431cb86ff9',
|
||||
|
@ -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 = "f3f32cb53c259a12a54e22f7293e86c984702b97"
|
||||
libcxx_revision = "7ef1f0a187aa3320426084c19e42833568f779a9"
|
||||
}
|
||||
|
2
third_party/libc++/src
vendored
2
third_party/libc++/src
vendored
Submodule third_party/libc++/src updated: f3f32cb53c...7ef1f0a187
Reference in New Issue
Block a user