From 2ec672dcdf4b72523bbee50c2be0d02fc38be660 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sat, 19 Jun 2021 11:49:56 +0000 Subject: [PATCH] [gn build] Port 134723edd5bf --- .../gn/secondary/libcxx/include/BUILD.gn | 93 +++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 3ee2e2c2ed20..f8b41f7fbce0 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -59,6 +59,97 @@ if (current_toolchain == default_toolchain) { copy("copy_headers") { sources = [ + "__algorithm/adjacent_find.h", + "__algorithm/all_of.h", + "__algorithm/any_of.h", + "__algorithm/binary_search.h", + "__algorithm/clamp.h", + "__algorithm/comp.h", + "__algorithm/comp_ref_type.h", + "__algorithm/copy.h", + "__algorithm/copy_backward.h", + "__algorithm/copy_if.h", + "__algorithm/copy_n.h", + "__algorithm/count.h", + "__algorithm/count_if.h", + "__algorithm/equal.h", + "__algorithm/equal_range.h", + "__algorithm/fill.h", + "__algorithm/fill_n.h", + "__algorithm/find.h", + "__algorithm/find_end.h", + "__algorithm/find_first_of.h", + "__algorithm/find_if.h", + "__algorithm/find_if_not.h", + "__algorithm/for_each.h", + "__algorithm/for_each_n.h", + "__algorithm/generate.h", + "__algorithm/generate_n.h", + "__algorithm/half_positive.h", + "__algorithm/includes.h", + "__algorithm/inplace_merge.h", + "__algorithm/is_heap.h", + "__algorithm/is_heap_until.h", + "__algorithm/is_partitioned.h", + "__algorithm/is_permutation.h", + "__algorithm/is_sorted.h", + "__algorithm/is_sorted_until.h", + "__algorithm/lexicographical_compare.h", + "__algorithm/lower_bound.h", + "__algorithm/make_heap.h", + "__algorithm/max.h", + "__algorithm/max_element.h", + "__algorithm/merge.h", + "__algorithm/min.h", + "__algorithm/min_element.h", + "__algorithm/minmax.h", + "__algorithm/minmax_element.h", + "__algorithm/mismatch.h", + "__algorithm/move.h", + "__algorithm/move_backward.h", + "__algorithm/next_permutation.h", + "__algorithm/none_of.h", + "__algorithm/nth_element.h", + "__algorithm/partial_sort.h", + "__algorithm/partial_sort_copy.h", + "__algorithm/partition.h", + "__algorithm/partition_copy.h", + "__algorithm/partition_point.h", + "__algorithm/pop_heap.h", + "__algorithm/prev_permutation.h", + "__algorithm/push_heap.h", + "__algorithm/remove.h", + "__algorithm/remove_copy.h", + "__algorithm/remove_copy_if.h", + "__algorithm/remove_if.h", + "__algorithm/replace.h", + "__algorithm/replace_copy.h", + "__algorithm/replace_copy_if.h", + "__algorithm/replace_if.h", + "__algorithm/reverse.h", + "__algorithm/reverse_copy.h", + "__algorithm/rotate.h", + "__algorithm/rotate_copy.h", + "__algorithm/sample.h", + "__algorithm/search.h", + "__algorithm/search_n.h", + "__algorithm/set_difference.h", + "__algorithm/set_intersection.h", + "__algorithm/set_symmetric_difference.h", + "__algorithm/set_union.h", + "__algorithm/shift_left.h", + "__algorithm/shift_right.h", + "__algorithm/shuffle.h", + "__algorithm/sift_down.h", + "__algorithm/sort.h", + "__algorithm/sort_heap.h", + "__algorithm/stable_partition.h", + "__algorithm/stable_sort.h", + "__algorithm/transform.h", + "__algorithm/unique.h", + "__algorithm/unique_copy.h", + "__algorithm/unwrap_iter.h", + "__algorithm/upper_bound.h", "__availability", "__bit_reference", "__bits", @@ -70,6 +161,7 @@ if (current_toolchain == default_toolchain) { "__format/format_error.h", "__format/format_parse_context.h", "__function_like.h", + "__functional/search.h", "__functional_03", "__functional_base", "__functional_base_03", @@ -103,6 +195,7 @@ if (current_toolchain == default_toolchain) { "__mutex_base", "__node_handle", "__nullptr", + "__random/uniform_int_distribution.h", "__ranges/access.h", "__ranges/all.h", "__ranges/concepts.h",