From: LLVM GN Syncbot Date: Tue, 30 May 2023 23:31:47 +0000 (+0000) Subject: [gn build] Port bf63b15bd4bf X-Git-Tag: upstream/17.0.6~6735 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79fadde50a7e3200e1e3576852f1aa932459ec1e;p=platform%2Fupstream%2Fllvm.git [gn build] Port bf63b15bd4bf --- 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",