[llvm] ec0ef68 - [gn build] Port 0e3dc1a52ffe
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 07:54:04 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-05-26T14:50:15Z
New Revision: ec0ef6809af592cc17c2d67a5e8fae1d4fe65147
URL: https://github.com/llvm/llvm-project/commit/ec0ef6809af592cc17c2d67a5e8fae1d4fe65147
DIFF: https://github.com/llvm/llvm-project/commit/ec0ef6809af592cc17c2d67a5e8fae1d4fe65147.diff
LOG: [gn build] Port 0e3dc1a52ffe
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 f3e3e89bdd5c..b6eba6a91626 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -122,6 +122,8 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/push_heap.h",
+ "__algorithm/ranges_all_of.h",
+ "__algorithm/ranges_any_of.h",
"__algorithm/ranges_copy.h",
"__algorithm/ranges_copy_backward.h",
"__algorithm/ranges_copy_if.h",
@@ -144,6 +146,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_minmax.h",
"__algorithm/ranges_minmax_element.h",
"__algorithm/ranges_mismatch.h",
+ "__algorithm/ranges_none_of.h",
"__algorithm/ranges_reverse.h",
"__algorithm/ranges_swap_ranges.h",
"__algorithm/ranges_transform.h",
More information about the llvm-commits
mailing list