Skip to content

Commit 33e1436

Browse files
committed
Reland "Roll libc++ from a01c02c9d4ac to a9cc573e7c59
https://chromium-review.googlesource.com/c/chromium/src/+/6607589
1 parent b946020 commit 33e1436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/chromium/fix_enable_wrap_iter_in_string_view_and_array.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Refs https://github.com/electron/electron/issues/45810#issuecomment-2691417213
88
Patch can be removed when build_make_libcxx_abi_unstable_false_for_electron.patch is removed.
99

1010
diff --git a/buildtools/third_party/libc++/__config_site b/buildtools/third_party/libc++/__config_site
11-
index e240ff6fff94a6cebf8662996712fe7eb22e5fff..ddf1693002aa171b3d91aa4ef08f5b360e4adddc 100644
11+
index e240ff6fff94a6cebf8662996712fe7eb22e5fff..21dc561ecbaac57fc38de98be1a17b16ea304e46 100644
1212
--- a/buildtools/third_party/libc++/__config_site
1313
+++ b/buildtools/third_party/libc++/__config_site
1414
@@ -19,6 +19,8 @@
1515
#define _LIBCPP_ABI_NAMESPACE __Cr
1616

1717
#define _LIBCPP_ABI_VERSION 1
18-
+#define _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_ARRAY
18+
+#define _LIBCPP_ABI_BOUNDED_ITERATORS_IN_STD_ARRAY
1919
+#define _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_STRING_VIEW
2020

2121
#define _LIBCPP_ABI_FORCE_ITANIUM 0

0 commit comments

Comments
 (0)