Skip to content

Commit 4b969c3

Browse files
committed
_LIBCPP_PSTL_CPU_BACKEND_SERIAL -> _LIBCPP_PSTL_BACKEND_SERIAL
This changed in llvm/llvm-project#88968.
1 parent 6eec95b commit 4b969c3

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
@@ -5,6 +5,6 @@
55
#define _LIBCPP_HAS_MUSL_LIBC
66
#define _LIBCPP_ABI_NAMESPACE __2
77
// Emscripten doesn't use PSTL at the moment.
8-
#define _LIBCPP_PSTL_CPU_BACKEND_SERIAL
8+
#define _LIBCPP_PSTL_BACKEND_SERIAL
99
#define _LIBCPP_HARDENING_MODE _LIBCPP_HARDENING_MODE_NONE
1010
#define _LIBCPP_HAS_NO_TIME_ZONE_DATABASE

0 commit comments

Comments
 (0)