From 79fadde50a7e3200e1e3576852f1aa932459ec1e Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 30 May 2023 23:31:47 +0000 Subject: [PATCH] [gn build] Port bf63b15bd4bf --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 296ac29..98cfb2b 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -153,6 +153,7 @@ if (current_toolchain == default_toolchain) { "__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/merge.h", "__algorithm/pstl_backends/cpu_backends/serial.h", "__algorithm/pstl_backends/cpu_backends/thread.h", "__algorithm/pstl_backends/cpu_backends/transform.h", @@ -161,6 +162,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/pstl_find.h", "__algorithm/pstl_for_each.h", "__algorithm/pstl_frontend_dispatch.h", + "__algorithm/pstl_merge.h", "__algorithm/pstl_transform.h", "__algorithm/push_heap.h", "__algorithm/ranges_adjacent_find.h", -- 2.7.4