From a4b6c283e1b08ca42a50d3af614ce6eb0226b65d Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 12 Jul 2022 09:49:13 +0000 Subject: [PATCH] [gn build] Port 73ebcabff2d9 --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 8733fbe..c86498f4 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -150,6 +150,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_count.h", "__algorithm/ranges_count_if.h", "__algorithm/ranges_equal.h", + "__algorithm/ranges_equal_range.h", "__algorithm/ranges_fill.h", "__algorithm/ranges_fill_n.h", "__algorithm/ranges_find.h", @@ -158,6 +159,12 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_find_if_not.h", "__algorithm/ranges_for_each.h", "__algorithm/ranges_for_each_n.h", + "__algorithm/ranges_generate.h", + "__algorithm/ranges_generate_n.h", + "__algorithm/ranges_includes.h", + "__algorithm/ranges_inplace_merge.h", + "__algorithm/ranges_is_heap.h", + "__algorithm/ranges_is_heap_until.h", "__algorithm/ranges_is_partitioned.h", "__algorithm/ranges_is_sorted.h", "__algorithm/ranges_is_sorted_until.h", @@ -176,22 +183,35 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_move_backward.h", "__algorithm/ranges_none_of.h", "__algorithm/ranges_nth_element.h", + "__algorithm/ranges_partial_sort_copy.h", + "__algorithm/ranges_partition.h", + "__algorithm/ranges_partition_copy.h", + "__algorithm/ranges_partition_point.h", "__algorithm/ranges_pop_heap.h", "__algorithm/ranges_push_heap.h", "__algorithm/ranges_remove.h", + "__algorithm/ranges_remove_copy.h", + "__algorithm/ranges_remove_copy_if.h", "__algorithm/ranges_remove_if.h", "__algorithm/ranges_replace.h", + "__algorithm/ranges_replace_copy.h", + "__algorithm/ranges_replace_copy_if.h", "__algorithm/ranges_replace_if.h", "__algorithm/ranges_reverse.h", "__algorithm/ranges_reverse_copy.h", "__algorithm/ranges_rotate_copy.h", "__algorithm/ranges_set_difference.h", "__algorithm/ranges_set_intersection.h", + "__algorithm/ranges_set_union.h", + "__algorithm/ranges_shuffle.h", "__algorithm/ranges_sort.h", "__algorithm/ranges_sort_heap.h", + "__algorithm/ranges_stable_partition.h", "__algorithm/ranges_stable_sort.h", "__algorithm/ranges_swap_ranges.h", "__algorithm/ranges_transform.h", + "__algorithm/ranges_unique.h", + "__algorithm/ranges_unique_copy.h", "__algorithm/ranges_upper_bound.h", "__algorithm/remove.h", "__algorithm/remove_copy.h", -- 2.7.4