[llvm] 670122b - [gn build] Port 36c746ca2d5b
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 16:12:23 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-08-03T23:08:51Z
New Revision: 670122b92bd563fd8ca26a617695741b3f84f06d
URL: https://github.com/llvm/llvm-project/commit/670122b92bd563fd8ca26a617695741b3f84f06d
DIFF: https://github.com/llvm/llvm-project/commit/670122b92bd563fd8ca26a617695741b3f84f06d.diff
LOG: [gn build] Port 36c746ca2d5b
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 e704c6b055a4c..d6f8ac896e3d3 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",
More information about the llvm-commits
mailing list