[llvm] 1c3a206 - [gn build] Port 8e2d09c33938

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 14:40:34 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-11T21:33:57Z
New Revision: 1c3a2069ca0c964cefaadd00a9e7feed8725851d

URL: https://github.com/llvm/llvm-project/commit/1c3a2069ca0c964cefaadd00a9e7feed8725851d
DIFF: https://github.com/llvm/llvm-project/commit/1c3a2069ca0c964cefaadd00a9e7feed8725851d.diff

LOG: [gn build] Port 8e2d09c33938

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 92f9dd3e3bad7..158e1a48db474 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",


        


More information about the llvm-commits mailing list