From: LLVM GN Syncbot Date: Sat, 13 May 2023 06:40:42 +0000 (+0000) Subject: [gn build] Port b97859b67416 X-Git-Tag: upstream/17.0.6~8614 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b354028fc6171bc1a884b4c9bc448a3069ca6ba1;p=platform%2Fupstream%2Fllvm.git [gn build] Port b97859b67416 --- diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 158e1a48db47..09f0f7ef3e75 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -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",