[gn build] Port 8171586176ee
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 6 Jun 2022 11:33:45 +0000 (11:33 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 6 Jun 2022 11:33:45 +0000 (11:33 +0000)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index 4a55ace..1bda16a 100644 (file)
@@ -124,6 +124,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/push_heap.h",
       "__algorithm/ranges_all_of.h",
       "__algorithm/ranges_any_of.h",
+      "__algorithm/ranges_binary_search.h",
       "__algorithm/ranges_copy.h",
       "__algorithm/ranges_copy_backward.h",
       "__algorithm/ranges_copy_if.h",
@@ -141,6 +142,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_is_partitioned.h",
       "__algorithm/ranges_is_sorted.h",
       "__algorithm/ranges_is_sorted_until.h",
+      "__algorithm/ranges_lower_bound.h",
       "__algorithm/ranges_max.h",
       "__algorithm/ranges_max_element.h",
       "__algorithm/ranges_min.h",
@@ -152,6 +154,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_reverse.h",
       "__algorithm/ranges_swap_ranges.h",
       "__algorithm/ranges_transform.h",
+      "__algorithm/ranges_upper_bound.h",
       "__algorithm/remove.h",
       "__algorithm/remove_copy.h",
       "__algorithm/remove_copy_if.h",