From bde24a114d810a51dfba0c59c711236fc0730973 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Fri, 4 Jun 2021 16:41:03 +0000 Subject: [PATCH] [gn build] Port 7ed7d4ccb899 --- .../gn/secondary/libcxx/include/BUILD.gn | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 75627508eb18..a6d2b6502b8e 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -59,6 +59,79 @@ 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/count.h", + "__algorithm/count_if.h", + "__algorithm/equal.h", + "__algorithm/equal_range.h", + "__algorithm/fill.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/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/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/next_permutation.h", + "__algorithm/none_of.h", + "__algorithm/nth_element.h", + "__algorithm/partial_sort.h", + "__algorithm/partition.h", + "__algorithm/partition_point.h", + "__algorithm/pop_heap.h", + "__algorithm/prev_permutation.h", + "__algorithm/push_heap.h", + "__algorithm/remove.h", + "__algorithm/replace.h", + "__algorithm/reverse.h", + "__algorithm/rotate.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.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/uniform_int_distribution.h", + "__algorithm/unique.h", + "__algorithm/unwrap_iter.h", + "__algorithm/upper_bound.h", "__availability", "__bit_reference", "__bits", @@ -70,6 +143,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",