Skip to content

Commit a4b6c28

Browse files
committed
[gn build] Port 73ebcab
1 parent 73ebcab commit a4b6c28

File tree

1 file changed

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

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ if (current_toolchain == default_toolchain) {
150150
"__algorithm/ranges_count.h",
151151
"__algorithm/ranges_count_if.h",
152152
"__algorithm/ranges_equal.h",
153+
"__algorithm/ranges_equal_range.h",
153154
"__algorithm/ranges_fill.h",
154155
"__algorithm/ranges_fill_n.h",
155156
"__algorithm/ranges_find.h",
@@ -158,6 +159,12 @@ if (current_toolchain == default_toolchain) {
158159
"__algorithm/ranges_find_if_not.h",
159160
"__algorithm/ranges_for_each.h",
160161
"__algorithm/ranges_for_each_n.h",
162+
"__algorithm/ranges_generate.h",
163+
"__algorithm/ranges_generate_n.h",
164+
"__algorithm/ranges_includes.h",
165+
"__algorithm/ranges_inplace_merge.h",
166+
"__algorithm/ranges_is_heap.h",
167+
"__algorithm/ranges_is_heap_until.h",
161168
"__algorithm/ranges_is_partitioned.h",
162169
"__algorithm/ranges_is_sorted.h",
163170
"__algorithm/ranges_is_sorted_until.h",
@@ -176,22 +183,35 @@ if (current_toolchain == default_toolchain) {
176183
"__algorithm/ranges_move_backward.h",
177184
"__algorithm/ranges_none_of.h",
178185
"__algorithm/ranges_nth_element.h",
186+
"__algorithm/ranges_partial_sort_copy.h",
187+
"__algorithm/ranges_partition.h",
188+
"__algorithm/ranges_partition_copy.h",
189+
"__algorithm/ranges_partition_point.h",
179190
"__algorithm/ranges_pop_heap.h",
180191
"__algorithm/ranges_push_heap.h",
181192
"__algorithm/ranges_remove.h",
193+
"__algorithm/ranges_remove_copy.h",
194+
"__algorithm/ranges_remove_copy_if.h",
182195
"__algorithm/ranges_remove_if.h",
183196
"__algorithm/ranges_replace.h",
197+
"__algorithm/ranges_replace_copy.h",
198+
"__algorithm/ranges_replace_copy_if.h",
184199
"__algorithm/ranges_replace_if.h",
185200
"__algorithm/ranges_reverse.h",
186201
"__algorithm/ranges_reverse_copy.h",
187202
"__algorithm/ranges_rotate_copy.h",
188203
"__algorithm/ranges_set_difference.h",
189204
"__algorithm/ranges_set_intersection.h",
205+
"__algorithm/ranges_set_union.h",
206+
"__algorithm/ranges_shuffle.h",
190207
"__algorithm/ranges_sort.h",
191208
"__algorithm/ranges_sort_heap.h",
209+
"__algorithm/ranges_stable_partition.h",
192210
"__algorithm/ranges_stable_sort.h",
193211
"__algorithm/ranges_swap_ranges.h",
194212
"__algorithm/ranges_transform.h",
213+
"__algorithm/ranges_unique.h",
214+
"__algorithm/ranges_unique_copy.h",
195215
"__algorithm/ranges_upper_bound.h",
196216
"__algorithm/remove.h",
197217
"__algorithm/remove_copy.h",

0 commit comments

Comments
 (0)