From 670122b92bd563fd8ca26a617695741b3f84f06d Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Wed, 3 Aug 2022 23:08:51 +0000 Subject: [PATCH] [gn build] Port 36c746ca2d5b --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index e704c6b..d6f8ac8 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -69,7 +69,6 @@ if (current_toolchain == default_toolchain) { copy("copy_headers") { sources = [ "__algorithm/adjacent_find.h", - "__algorithm/algorithm_family.h", "__algorithm/all_of.h", "__algorithm/any_of.h", "__algorithm/binary_search.h", @@ -203,6 +202,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_replace_if.h", "__algorithm/ranges_reverse.h", "__algorithm/ranges_reverse_copy.h", + "__algorithm/ranges_rotate.h", "__algorithm/ranges_rotate_copy.h", "__algorithm/ranges_sample.h", "__algorithm/ranges_search.h", -- 2.7.4