[llvm] 3b69318 - [gn build] Port 692d7166f771

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 17:19:41 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-06-08T00:16:13Z
New Revision: 3b69318eef34aecd4d3da751560a2785be1c3b93

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

LOG: [gn build] Port 692d7166f771

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 7d945ea006d5d..0f225e0f801c7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -59,79 +59,6 @@ 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_
diff erence.h",
-      "__algorithm/set_intersection.h",
-      "__algorithm/set_symmetric_
diff erence.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",
@@ -143,7 +70,6 @@ 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",


        


More information about the llvm-commits mailing list