Skip to content

Commit

Permalink
[gn build] Port 0e3dc1a
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed May 26, 2022
1 parent 0e3dc1a commit ec0ef68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Expand Up @@ -122,6 +122,8 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/push_heap.h",
"__algorithm/ranges_all_of.h",
"__algorithm/ranges_any_of.h",
"__algorithm/ranges_copy.h",
"__algorithm/ranges_copy_backward.h",
"__algorithm/ranges_copy_if.h",
Expand All @@ -144,6 +146,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_minmax.h",
"__algorithm/ranges_minmax_element.h",
"__algorithm/ranges_mismatch.h",
"__algorithm/ranges_none_of.h",
"__algorithm/ranges_reverse.h",
"__algorithm/ranges_swap_ranges.h",
"__algorithm/ranges_transform.h",
Expand Down

0 comments on commit ec0ef68

Please sign in to comment.