@@ -37,9 +37,9 @@ if (current_toolchain == default_toolchain) {
37
37
" _LIBCPP_INSTRUMENTED_WITH_ASAN=" ,
38
38
" _LIBCPP_ABI_DEFINES=" ,
39
39
" _LIBCPP_HARDENING_MODE_DEFAULT=_LIBCPP_HARDENING_MODE_NONE" ,
40
- " _LIBCPP_PSTL_CPU_BACKEND_LIBDISPATCH =" ,
41
- " _LIBCPP_PSTL_CPU_BACKEND_SERIAL =1" ,
42
- " _LIBCPP_PSTL_CPU_BACKEND_THREAD =" ,
40
+ " _LIBCPP_PSTL_BACKEND_LIBDISPATCH =" ,
41
+ " _LIBCPP_PSTL_BACKEND_SERIAL =1" ,
42
+ " _LIBCPP_PSTL_BACKEND_STD_THREAD =" ,
43
43
]
44
44
if (libcxx_abi_version != 1 ) {
45
45
values += [ " _LIBCPP_ABI_VERSION=$libcxx_abi_version " ]
@@ -143,18 +143,12 @@ if (current_toolchain == default_toolchain) {
143
143
" __algorithm/pop_heap.h" ,
144
144
" __algorithm/prev_permutation.h" ,
145
145
" __algorithm/pstl_any_all_none_of.h" ,
146
- " __algorithm/pstl_backend.h" ,
147
- " __algorithm/pstl_backends/cpu_backend.h" ,
148
146
" __algorithm/pstl_backends/cpu_backends/any_of.h" ,
149
- " __algorithm/pstl_backends/cpu_backends/backend.h" ,
150
147
" __algorithm/pstl_backends/cpu_backends/fill.h" ,
151
148
" __algorithm/pstl_backends/cpu_backends/find_if.h" ,
152
149
" __algorithm/pstl_backends/cpu_backends/for_each.h" ,
153
- " __algorithm/pstl_backends/cpu_backends/libdispatch.h" ,
154
150
" __algorithm/pstl_backends/cpu_backends/merge.h" ,
155
- " __algorithm/pstl_backends/cpu_backends/serial.h" ,
156
151
" __algorithm/pstl_backends/cpu_backends/stable_sort.h" ,
157
- " __algorithm/pstl_backends/cpu_backends/thread.h" ,
158
152
" __algorithm/pstl_backends/cpu_backends/transform.h" ,
159
153
" __algorithm/pstl_backends/cpu_backends/transform_reduce.h" ,
160
154
" __algorithm/pstl_copy.h" ,
@@ -664,6 +658,11 @@ if (current_toolchain == default_toolchain) {
664
658
" __numeric/transform_exclusive_scan.h" ,
665
659
" __numeric/transform_inclusive_scan.h" ,
666
660
" __numeric/transform_reduce.h" ,
661
+ " __pstl/backends/libdispatch.h" ,
662
+ " __pstl/backends/serial.h" ,
663
+ " __pstl/backends/std_thread.h" ,
664
+ " __pstl/configuration.h" ,
665
+ " __pstl/configuration_fwd.h" ,
667
666
" __pstl/cpu_algos/cpu_traits.h" ,
668
667
" __random/bernoulli_distribution.h" ,
669
668
" __random/binomial_distribution.h" ,
0 commit comments