Skip to content

Commit 23792ed

Browse files
chromium-autorollcopybara-github
authored andcommitted
Roll libc++ from 98409c6c0983 to bf30ab1b37bc (9 revisions)
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/98409c6c0983..bf30ab1b37bc 2025-04-14 [email protected] [libc++] Removes the _LIBCPP_VERBOSE_ABORT_NOT_NOEXCEPT macro. (#135494) 2025-04-13 [email protected] [libc++] Replace __libcpp_popcount by __builtin_popcountg (#133937) 2025-04-13 [email protected] [libc++] Use __underlying_type directly in underyling_type_t (#135423) 2025-04-13 [email protected] [libc++][test][NFC] Remove unused inclusions of `<iostream>` (#134776) 2025-04-13 [email protected] [libc++][test] Test `nasty_string` in C++20 (#135338) 2025-04-13 [email protected] [libc++][NFC] Reuse `__bit_log2` for `sort` (#135303) 2025-04-12 [email protected] [libc++][NFC] Remove a few aliases in __tree (#134392) 2025-04-12 [email protected] [libc++][doc] Updates the release notes. 2025-04-12 [email protected] [NFC][libc++][test] Minor updates to generated header version test. (#134543) 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: Ic05f23d80df4fa623bc7b9cb68668c3a63e45bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6454951 Bot-Commit: chromium-autoroll <[email protected]> Commit-Queue: chromium-autoroll <[email protected]> Cr-Commit-Position: refs/heads/main@{#1446680} NOKEYCHECK=True GitOrigin-RevId: 8b11155ca6f8f71885e724b63b743228edf41eda
1 parent 4f86145 commit 23792ed

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 = "98409c6c0983bf04803fb6913fd25741d4eb6b0b"
8+
libcxx_revision = "bf30ab1b37bc976f82a46fa7f15e30235c4a1a49"
99
}

0 commit comments

Comments
 (0)