Skip to content

Commit 4f86145

Browse files
chromium-autorollcopybara-github
authored andcommitted
Roll libc++ from c2c5b90e6853 to 98409c6c0983 (5 revisions)
This relands the 0x prefix on windows from https://chromium-review.googlesource.com/c/chromium/src/+/6329176 (but omits the other behavior changes), so reinstantiate the test change from there. https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/c2c5b90e6853..98409c6c0983 2025-04-11 [email protected] [libc++] Adds is_implemented function for new ftm generator. (#134538) 2025-04-11 [email protected] [libc++] A quick-fix for the Apple CI. (#135202) 2025-04-11 [email protected] Reapply "[libc++] Optimize num_put integral functions" (#131613) (#133572) 2025-04-11 [email protected] [libc++][NFC] Remove `public` from the type traits (#135088) 2025-04-11 [email protected] [libc++][NFC] Inline _LIBCPP_FALLTHROUGH() (#135001) 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 Bug: 401232344 Compile-Size: libc++ roll Change-Id: I87769581e941c872f15e6bcb1b5f1b27f53fa535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6451798 Commit-Queue: Hans Wennborg <[email protected]> Reviewed-by: Hans Wennborg <[email protected]> Owners-Override: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#1446388} NOKEYCHECK=True GitOrigin-RevId: 5e449bdb102bb0e83bfc4239fd61405da50dd55d
1 parent 83240e3 commit 4f86145

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

0 commit comments

Comments
 (0)