[llvm] a4b6c28 - [gn build] Port 73ebcabff2d9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 02:52:51 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-12T09:49:13Z
New Revision: a4b6c283e1b08ca42a50d3af614ce6eb0226b65d

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

LOG: [gn build] Port 73ebcabff2d9

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 8733fbe8a655..c86498f4cd33 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_
diff erence.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",


        


More information about the llvm-commits mailing list