[llvm] b354028 - [gn build] Port b97859b67416

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 23:46:46 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-13T06:40:42Z
New Revision: b354028fc6171bc1a884b4c9bc448a3069ca6ba1

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

LOG: [gn build] Port b97859b67416

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 158e1a48db474..09f0f7ef3e758 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -146,7 +146,10 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_any_all_none_of.h",
       "__algorithm/pstl_backend.h",
       "__algorithm/pstl_backends/cpu_backend.h",
+      "__algorithm/pstl_backends/cpu_backends/any_of.h",
       "__algorithm/pstl_backends/cpu_backends/backend.h",
+      "__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/serial.h",
       "__algorithm/pstl_fill.h",
@@ -612,7 +615,6 @@ if (current_toolchain == default_toolchain) {
       "__pstl/internal/parallel_backend_serial.h",
       "__pstl/internal/parallel_backend_tbb.h",
       "__pstl/internal/parallel_backend_utils.h",
-      "__pstl/internal/parallel_impl.h",
       "__pstl/internal/unseq_backend_simd.h",
       "__pstl/internal/utils.h",
       "__random/bernoulli_distribution.h",


        


More information about the llvm-commits mailing list