We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f59b2 commit b354028Copy full SHA for b354028
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -146,7 +146,10 @@ if (current_toolchain == default_toolchain) {
146
"__algorithm/pstl_any_all_none_of.h",
147
"__algorithm/pstl_backend.h",
148
"__algorithm/pstl_backends/cpu_backend.h",
149
+ "__algorithm/pstl_backends/cpu_backends/any_of.h",
150
"__algorithm/pstl_backends/cpu_backends/backend.h",
151
+ "__algorithm/pstl_backends/cpu_backends/fill.h",
152
+ "__algorithm/pstl_backends/cpu_backends/find_if.h",
153
"__algorithm/pstl_backends/cpu_backends/for_each.h",
154
"__algorithm/pstl_backends/cpu_backends/serial.h",
155
"__algorithm/pstl_fill.h",
@@ -612,7 +615,6 @@ if (current_toolchain == default_toolchain) {
612
615
"__pstl/internal/parallel_backend_serial.h",
613
616
"__pstl/internal/parallel_backend_tbb.h",
614
617
"__pstl/internal/parallel_backend_utils.h",
- "__pstl/internal/parallel_impl.h",
618
"__pstl/internal/unseq_backend_simd.h",
619
"__pstl/internal/utils.h",
620
"__random/bernoulli_distribution.h",
0 commit comments