[llvm] 4dba3d4 - [gn build] Port 1d83750f631d
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 04:48:40 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-04-15T11:44:38Z
New Revision: 4dba3d4c539f5ffa025d6dc356862dff3e70784f
URL: https://github.com/llvm/llvm-project/commit/4dba3d4c539f5ffa025d6dc356862dff3e70784f
DIFF: https://github.com/llvm/llvm-project/commit/4dba3d4c539f5ffa025d6dc356862dff3e70784f.diff
LOG: [gn build] Port 1d83750f631d
Added:
Modified:
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index f601fbed011f6..d752b6a0e940a 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",
More information about the llvm-commits
mailing list