[llvm] 79fadde - [gn build] Port bf63b15bd4bf

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 16:37:10 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-30T23:31:47Z
New Revision: 79fadde50a7e3200e1e3576852f1aa932459ec1e

URL: https://github.com/llvm/llvm-project/commit/79fadde50a7e3200e1e3576852f1aa932459ec1e
DIFF: https://github.com/llvm/llvm-project/commit/79fadde50a7e3200e1e3576852f1aa932459ec1e.diff

LOG: [gn build] Port bf63b15bd4bf

Added: 
    

Modified: 
    llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 296ac29d31c8f..98cfb2be947dd 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",


        


More information about the llvm-commits mailing list