[gn build] Port b97859b67416
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 13 May 2023 06:40:42 +0000 (06:40 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 13 May 2023 06:40:42 +0000 (06:40 +0000)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index 158e1a48db474ca9d7c0cab4eeedc3062af0c606..09f0f7ef3e758dacee88edb43a6b1a09c219d373 100644 (file)
@@ -146,7 +146,10 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_any_all_none_of.h",
       "__algorithm/pstl_backend.h",
       "__algorithm/pstl_backends/cpu_backend.h",
+      "__algorithm/pstl_backends/cpu_backends/any_of.h",
       "__algorithm/pstl_backends/cpu_backends/backend.h",
+      "__algorithm/pstl_backends/cpu_backends/fill.h",
+      "__algorithm/pstl_backends/cpu_backends/find_if.h",
       "__algorithm/pstl_backends/cpu_backends/for_each.h",
       "__algorithm/pstl_backends/cpu_backends/serial.h",
       "__algorithm/pstl_fill.h",
@@ -612,7 +615,6 @@ if (current_toolchain == default_toolchain) {
       "__pstl/internal/parallel_backend_serial.h",
       "__pstl/internal/parallel_backend_tbb.h",
       "__pstl/internal/parallel_backend_utils.h",
-      "__pstl/internal/parallel_impl.h",
       "__pstl/internal/unseq_backend_simd.h",
       "__pstl/internal/utils.h",
       "__random/bernoulli_distribution.h",