Skip to content

Commit 73e6826

Browse files
committed
[gn build] Port c945bd0
1 parent bb93993 commit 73e6826

File tree

1 file changed

+4
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+4
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

+4
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ if (current_toolchain == default_toolchain) {
163163
"__algorithm/ranges_is_sorted_until.h",
164164
"__algorithm/ranges_lexicographical_compare.h",
165165
"__algorithm/ranges_lower_bound.h",
166+
"__algorithm/ranges_make_heap.h",
166167
"__algorithm/ranges_max.h",
167168
"__algorithm/ranges_max_element.h",
168169
"__algorithm/ranges_merge.h",
@@ -175,13 +176,16 @@ if (current_toolchain == default_toolchain) {
175176
"__algorithm/ranges_move_backward.h",
176177
"__algorithm/ranges_none_of.h",
177178
"__algorithm/ranges_nth_element.h",
179+
"__algorithm/ranges_pop_heap.h",
180+
"__algorithm/ranges_push_heap.h",
178181
"__algorithm/ranges_remove.h",
179182
"__algorithm/ranges_remove_if.h",
180183
"__algorithm/ranges_replace.h",
181184
"__algorithm/ranges_replace_if.h",
182185
"__algorithm/ranges_reverse.h",
183186
"__algorithm/ranges_set_difference.h",
184187
"__algorithm/ranges_sort.h",
188+
"__algorithm/ranges_sort_heap.h",
185189
"__algorithm/ranges_stable_sort.h",
186190
"__algorithm/ranges_swap_ranges.h",
187191
"__algorithm/ranges_transform.h",

0 commit comments

Comments
 (0)