Skip to content

Commit 729495f

Browse files
chromium-autorollcopybara-github
authored andcommitted
Roll libc++ from 5803cf191826 to 1b1ee158b62c (3 revisions)
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/5803cf191826..1b1ee158b62c 2025-04-19 [email protected] [libc++] Properly decay functions in CTAD for `pair` (#134544) 2025-04-19 [email protected] [libc++] Replace __libcpp_{ctz, clz} with __builtin_{ctzg, clzg} (#133920) 2025-04-18 [email protected] [libc++] Make __config_site modular (#134699) 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 [email protected],[email protected] 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: [email protected],[email protected] Change-Id: I188260361a89489d277bfbf87dd8387a2a07bb20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6473772 Commit-Queue: chromium-autoroll <[email protected]> Bot-Commit: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/main@{#1449147} NOKEYCHECK=True GitOrigin-RevId: 78c5e3a1a1e95810d1b7eb7f6dee969206c21788
1 parent be957e3 commit 729495f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps_revisions.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
declare_args() {
66
# Used to cause full rebuilds on libc++ rolls. This should be kept in sync
77
# with the libcxx_revision var in //DEPS.
8-
libcxx_revision = "5803cf191826eea42e190747beeda9aa1b40ff62"
8+
libcxx_revision = "1b1ee158b62c5ee97af488c8a6b6386eb578f4d5"
99
}

0 commit comments

Comments
 (0)