Skip to content

Commit 434ee06

Browse files
committed
[gn build] Port e406d5e
1 parent e406d5e commit 434ee06

File tree

1 file changed

+2
-18
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+2
-18
lines changed

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

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -142,23 +142,8 @@ if (current_toolchain == default_toolchain) {
142142
"__algorithm/partition_point.h",
143143
"__algorithm/pop_heap.h",
144144
"__algorithm/prev_permutation.h",
145-
"__algorithm/pstl_any_all_none_of.h",
146-
"__algorithm/pstl_copy.h",
147-
"__algorithm/pstl_count.h",
148-
"__algorithm/pstl_equal.h",
149-
"__algorithm/pstl_fill.h",
150-
"__algorithm/pstl_find.h",
151-
"__algorithm/pstl_for_each.h",
145+
"__algorithm/pstl.h",
152146
"__algorithm/pstl_frontend_dispatch.h",
153-
"__algorithm/pstl_generate.h",
154-
"__algorithm/pstl_is_partitioned.h",
155-
"__algorithm/pstl_merge.h",
156-
"__algorithm/pstl_move.h",
157-
"__algorithm/pstl_replace.h",
158-
"__algorithm/pstl_rotate_copy.h",
159-
"__algorithm/pstl_sort.h",
160-
"__algorithm/pstl_stable_sort.h",
161-
"__algorithm/pstl_transform.h",
162147
"__algorithm/push_heap.h",
163148
"__algorithm/ranges_adjacent_find.h",
164149
"__algorithm/ranges_all_of.h",
@@ -647,8 +632,7 @@ if (current_toolchain == default_toolchain) {
647632
"__numeric/iota.h",
648633
"__numeric/midpoint.h",
649634
"__numeric/partial_sum.h",
650-
"__numeric/pstl_reduce.h",
651-
"__numeric/pstl_transform_reduce.h",
635+
"__numeric/pstl.h",
652636
"__numeric/reduce.h",
653637
"__numeric/saturation_arithmetic.h",
654638
"__numeric/transform_exclusive_scan.h",

0 commit comments

Comments
 (0)