[llvm] b7af329 - [gn build] Port bec51c907a74

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 08:34:30 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-08-11T15:29:29Z
New Revision: b7af329db3c74a6919c3713ac3420da84b4219d8

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

LOG: [gn build] Port bec51c907a74

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 37ab5f67eaac72..5111f1ce3957da 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -631,36 +631,6 @@ if (current_toolchain == default_toolchain) {
       "__numeric/transform_exclusive_scan.h",
       "__numeric/transform_inclusive_scan.h",
       "__numeric/transform_reduce.h",
-      "__pstl/internal/algorithm_fwd.h",
-      "__pstl/internal/algorithm_impl.h",
-      "__pstl/internal/execution_defs.h",
-      "__pstl/internal/execution_impl.h",
-      "__pstl/internal/glue_algorithm_defs.h",
-      "__pstl/internal/glue_algorithm_impl.h",
-      "__pstl/internal/glue_memory_defs.h",
-      "__pstl/internal/glue_memory_impl.h",
-      "__pstl/internal/glue_numeric_defs.h",
-      "__pstl/internal/glue_numeric_impl.h",
-      "__pstl/internal/memory_impl.h",
-      "__pstl/internal/numeric_fwd.h",
-      "__pstl/internal/numeric_impl.h",
-      "__pstl/internal/omp/parallel_for.h",
-      "__pstl/internal/omp/parallel_for_each.h",
-      "__pstl/internal/omp/parallel_invoke.h",
-      "__pstl/internal/omp/parallel_merge.h",
-      "__pstl/internal/omp/parallel_scan.h",
-      "__pstl/internal/omp/parallel_stable_partial_sort.h",
-      "__pstl/internal/omp/parallel_stable_sort.h",
-      "__pstl/internal/omp/parallel_transform_reduce.h",
-      "__pstl/internal/omp/parallel_transform_scan.h",
-      "__pstl/internal/omp/util.h",
-      "__pstl/internal/parallel_backend.h",
-      "__pstl/internal/parallel_backend_omp.h",
-      "__pstl/internal/parallel_backend_serial.h",
-      "__pstl/internal/parallel_backend_tbb.h",
-      "__pstl/internal/parallel_backend_utils.h",
-      "__pstl/internal/unseq_backend_simd.h",
-      "__pstl/internal/utils.h",
       "__random/bernoulli_distribution.h",
       "__random/binomial_distribution.h",
       "__random/cauchy_distribution.h",


        


More information about the llvm-commits mailing list