From 202b660eb577da482fdec18173379df77147a394 Mon Sep 17 00:00:00 2001 From: chromium-autoroll Date: Fri, 9 Dec 2022 07:05:28 +0000 Subject: [PATCH] Roll libc++ from e4e39cee1f5e to 52399655fdaf (3 revisions) https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/e4e39cee1f5e..52399655fdaf 2022-12-08 nikolasklauser@berlin.de [libc++][math.h] Add double overloads 2022-12-08 nikolasklauser@berlin.de [libc++] Move filter_view::iterator and sentinel out of filter_view 2022-12-08 nikolasklauser@berlin.de [libc++][NFC] Rename __libcpp_*_or_builtin to __constexpr_* 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: Idc1295cbe089c96c8c6f51040c46f268a8816fe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4091847 Commit-Queue: chromium-autoroll Bot-Commit: chromium-autoroll Cr-Commit-Position: refs/heads/main@{#1081354} NOKEYCHECK=True GitOrigin-RevId: eccd8d1544ceb8fe77001a49ff9c73234ffd4e5e --- deps_revisions.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps_revisions.gni b/deps_revisions.gni index 1048aa3..04fa0ff 100644 --- a/deps_revisions.gni +++ b/deps_revisions.gni @@ -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 = "e4e39cee1f5e89a9f9949084ba26a6efc3cd4141" + libcxx_revision = "52399655fdafdd14ade17ab12ddc9e955423aa5a" }