[llvm] 892b205 - [gn build] Port 80045e9afa2f
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 11:32:43 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-05-04T18:28:43Z
New Revision: 892b205c971695880f3c45c3d8b2cf689b909900
URL: https://github.com/llvm/llvm-project/commit/892b205c971695880f3c45c3d8b2cf689b909900
DIFF: https://github.com/llvm/llvm-project/commit/892b205c971695880f3c45c3d8b2cf689b909900.diff
LOG: [gn build] Port 80045e9afa2f
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 1d17d4f0b870c5..413716768c6599 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -131,6 +131,8 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_find.h",
"__algorithm/ranges_find_if.h",
"__algorithm/ranges_find_if_not.h",
+ "__algorithm/ranges_for_each.h",
+ "__algorithm/ranges_for_each_n.h",
"__algorithm/ranges_max.h",
"__algorithm/ranges_max_element.h",
"__algorithm/ranges_min.h",
More information about the llvm-commits
mailing list