Skip to content

Commit cb29e21

Browse files
chromium-autorollcopybara-github
authored andcommitted
Roll libc++ from be279eb793eb to 0e3285ac398e (10 revisions)
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/be279eb793eb..0e3285ac398e 2025-11-14 [email protected] [libc++] proper guarding for locale usage in filesystem on Windows (#165470) 2025-11-14 [email protected] [libc++] Reorganize and fix the libc++ CI dockerfiles (#167530) 2025-11-14 [email protected] [libcxx] [doc] Document the supported target versions of Windows (#167845) 2025-11-14 [email protected] [libcxx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM (#167843) 2025-11-14 [email protected] [libc++][ranges] LWG3505: `split_view::outer-iterator::operator++` misspecified (#155160) 2025-11-13 [email protected] [libcxx] Fix xsgetn in basic_filebuf (#167779) 2025-11-13 [email protected] [libc++] Merge is_{,un}bounded_array.h into is_array.h (#167479) 2025-11-13 [email protected] [libc++] Add an initial modulemap for the test support headers (#162800) 2025-11-13 [email protected] [libc++] Improve performance of std::atomic_flag on Windows (#163524) 2025-11-13 [email protected] [libc++] Simplify the implementation of the unique_ptr -> shared_ptr converting constructor (#165619) 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 Change-Id: Ia06f517735372318349c3f68409f49cac43b4364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7158047 Reviewed-by: Hans Wennborg <[email protected]> Commit-Queue: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#1547909} NOKEYCHECK=True GitOrigin-RevId: f45092b3dedb6798011fc6591d5965a14b0903b6
1 parent d33e4e3 commit cb29e21

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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 = "be279eb793ebc878dd4a00eaa1f351f7d165d41e"
8+
libcxx_revision = "0e3285ac398e8769e3496d077ecfe10d51cd3c53"
99
}

third_party/libc++/libcxx_headers.gni

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import("//buildtools/deps_revisions.gni")
1212

1313
assert(
14-
libcxx_revision == "be279eb793ebc878dd4a00eaa1f351f7d165d41e",
14+
libcxx_revision == "0e3285ac398e8769e3496d077ecfe10d51cd3c53",
1515
"libcxx_headers.gni and third_party/libc++ are out of sync.$0x0A$0x0AIf you were messing around with the libc++ repository, run:$0x0A`buildtools/third_party/libc++/generate_libcxx_headers.py`$0x0A$0x0AIf the script doesn't resolve the error, file a bug to msta@ with reproduction details.$0x0A")
1616

1717
libcxx_headers = [
@@ -839,7 +839,6 @@ libcxx_headers = [
839839
"//third_party/libc++/src/include/__type_traits/is_array.h",
840840
"//third_party/libc++/src/include/__type_traits/is_assignable.h",
841841
"//third_party/libc++/src/include/__type_traits/is_base_of.h",
842-
"//third_party/libc++/src/include/__type_traits/is_bounded_array.h",
843842
"//third_party/libc++/src/include/__type_traits/is_callable.h",
844843
"//third_party/libc++/src/include/__type_traits/is_char_like_type.h",
845844
"//third_party/libc++/src/include/__type_traits/is_class.h",
@@ -889,7 +888,6 @@ libcxx_headers = [
889888
"//third_party/libc++/src/include/__type_traits/is_trivially_destructible.h",
890889
"//third_party/libc++/src/include/__type_traits/is_trivially_lexicographically_comparable.h",
891890
"//third_party/libc++/src/include/__type_traits/is_trivially_relocatable.h",
892-
"//third_party/libc++/src/include/__type_traits/is_unbounded_array.h",
893891
"//third_party/libc++/src/include/__type_traits/is_union.h",
894892
"//third_party/libc++/src/include/__type_traits/is_unqualified.h",
895893
"//third_party/libc++/src/include/__type_traits/is_unsigned.h",

0 commit comments

Comments
 (0)