[llvm] 73e6826 - [gn build] Port c945bd0da652

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 14:03:19 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-08T20:59:26Z
New Revision: 73e68266d9949bd091b3ac4545a79cb4eb97357f

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

LOG: [gn build] Port c945bd0da652

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 5e5960dd8b2d..5a4d2c1c08ef 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -163,6 +163,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_is_sorted_until.h",
       "__algorithm/ranges_lexicographical_compare.h",
       "__algorithm/ranges_lower_bound.h",
+      "__algorithm/ranges_make_heap.h",
       "__algorithm/ranges_max.h",
       "__algorithm/ranges_max_element.h",
       "__algorithm/ranges_merge.h",
@@ -175,6 +176,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_move_backward.h",
       "__algorithm/ranges_none_of.h",
       "__algorithm/ranges_nth_element.h",
+      "__algorithm/ranges_pop_heap.h",
+      "__algorithm/ranges_push_heap.h",
       "__algorithm/ranges_remove.h",
       "__algorithm/ranges_remove_if.h",
       "__algorithm/ranges_replace.h",
@@ -182,6 +185,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_reverse.h",
       "__algorithm/ranges_set_
diff erence.h",
       "__algorithm/ranges_sort.h",
+      "__algorithm/ranges_sort_heap.h",
       "__algorithm/ranges_stable_sort.h",
       "__algorithm/ranges_swap_ranges.h",
       "__algorithm/ranges_transform.h",


        


More information about the llvm-commits mailing list