[llvm] a66c09a - [gn build] Port 0e08bce142c9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 05:07:43 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-04-18T12:01:30Z
New Revision: a66c09a96dec633c1172a02818859f71fbff4f45

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

LOG: [gn build] Port 0e08bce142c9

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 bd08ce044c247d..3371b99010a72a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -143,14 +143,6 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pop_heap.h",
       "__algorithm/prev_permutation.h",
       "__algorithm/pstl_any_all_none_of.h",
-      "__algorithm/pstl_backends/cpu_backends/any_of.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/merge.h",
-      "__algorithm/pstl_backends/cpu_backends/stable_sort.h",
-      "__algorithm/pstl_backends/cpu_backends/transform.h",
-      "__algorithm/pstl_backends/cpu_backends/transform_reduce.h",
       "__algorithm/pstl_copy.h",
       "__algorithm/pstl_count.h",
       "__algorithm/pstl_equal.h",
@@ -663,7 +655,15 @@ if (current_toolchain == default_toolchain) {
       "__pstl/backends/std_thread.h",
       "__pstl/configuration.h",
       "__pstl/configuration_fwd.h",
+      "__pstl/cpu_algos/any_of.h",
       "__pstl/cpu_algos/cpu_traits.h",
+      "__pstl/cpu_algos/fill.h",
+      "__pstl/cpu_algos/find_if.h",
+      "__pstl/cpu_algos/for_each.h",
+      "__pstl/cpu_algos/merge.h",
+      "__pstl/cpu_algos/stable_sort.h",
+      "__pstl/cpu_algos/transform.h",
+      "__pstl/cpu_algos/transform_reduce.h",
       "__random/bernoulli_distribution.h",
       "__random/binomial_distribution.h",
       "__random/cauchy_distribution.h",


        


More information about the llvm-commits mailing list