From 7e8bf0a32048746b445e091283e598624fce2dcf Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Wed, 3 Aug 2022 05:46:25 +0000 Subject: [PATCH] [gn build] Port 68264b649461 --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index f441704..e704c6b 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -182,6 +182,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_mismatch.h", "__algorithm/ranges_move.h", "__algorithm/ranges_move_backward.h", + "__algorithm/ranges_next_permutation.h", "__algorithm/ranges_none_of.h", "__algorithm/ranges_nth_element.h", "__algorithm/ranges_partial_sort.h", @@ -190,6 +191,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_partition_copy.h", "__algorithm/ranges_partition_point.h", "__algorithm/ranges_pop_heap.h", + "__algorithm/ranges_prev_permutation.h", "__algorithm/ranges_push_heap.h", "__algorithm/ranges_remove.h", "__algorithm/ranges_remove_copy.h", -- 2.7.4