From 4dba3d4c539f5ffa025d6dc356862dff3e70784f Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Fri, 15 Apr 2022 11:44:38 +0000 Subject: [PATCH] [gn build] Port 1d83750f631d --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index f601fbe..d752b6a 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -122,6 +122,10 @@ if (current_toolchain == default_toolchain) { "__algorithm/pop_heap.h", "__algorithm/prev_permutation.h", "__algorithm/push_heap.h", + "__algorithm/ranges_copy.h", + "__algorithm/ranges_copy_backward.h", + "__algorithm/ranges_copy_if.h", + "__algorithm/ranges_copy_n.h", "__algorithm/ranges_count.h", "__algorithm/ranges_count_if.h", "__algorithm/ranges_find.h", -- 2.7.4