From 1c3a2069ca0c964cefaadd00a9e7feed8725851d Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 11 May 2023 21:33:57 +0000 Subject: [PATCH] [gn build] Port 8e2d09c33938 --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 92f9dd3..158e1a4 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -144,9 +144,15 @@ if (current_toolchain == default_toolchain) { "__algorithm/pop_heap.h", "__algorithm/prev_permutation.h", "__algorithm/pstl_any_all_none_of.h", + "__algorithm/pstl_backend.h", + "__algorithm/pstl_backends/cpu_backend.h", + "__algorithm/pstl_backends/cpu_backends/backend.h", + "__algorithm/pstl_backends/cpu_backends/for_each.h", + "__algorithm/pstl_backends/cpu_backends/serial.h", "__algorithm/pstl_fill.h", "__algorithm/pstl_find.h", "__algorithm/pstl_for_each.h", + "__algorithm/pstl_frontend_dispatch.h", "__algorithm/push_heap.h", "__algorithm/ranges_adjacent_find.h", "__algorithm/ranges_all_of.h", -- 2.7.4