Skip to content

Commit 2bd7c67

Browse files
committed
Set _LIBCPP_AVAILABILITY_HAS_VERBOSE_ABORT to 0
Previously we had `_LIBCPP_AVAILABILITY_HAS_NO_VERBOSE_ABORT` but it has changed to `_LIBCPP_AVAILABILITY_HAS_VERBOSE_ABORT` that takes a value. We set `_LIBCPP_AVAILABILITY_HAS_NO_VERBOSE_ABORT` when we updated libcxx to LLVM 17 due to code size increases it incurred.
1 parent df9af64 commit 2bd7c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/lib/libcxx/include/__config_site

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// Emscripten doesn't use PSTL at the moment.
88
#define _LIBCPP_PSTL_CPU_BACKEND_SERIAL
99
// __libcpp_verbose_abort creases code size too much
10-
#define _LIBCPP_AVAILABILITY_HAS_NO_VERBOSE_ABORT
10+
#define _LIBCPP_AVAILABILITY_HAS_VERBOSE_ABORT 0
1111
#define _LIBCPP_HAS_NO_TIME_ZONE_DATABASE

0 commit comments

Comments
 (0)