[llvm] a7b1dcc - [gn build] Port ee0f8c401030
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 16:50:53 PST 2022
Author: LLVM GN Syncbot
Date: 2022-03-12T00:46:45Z
New Revision: a7b1dccf7a9d9d742567ad0bbac51c7f70308137
URL: https://github.com/llvm/llvm-project/commit/a7b1dccf7a9d9d742567ad0bbac51c7f70308137
DIFF: https://github.com/llvm/llvm-project/commit/a7b1dccf7a9d9d742567ad0bbac51c7f70308137.diff
LOG: [gn build] Port ee0f8c401030
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 058341a263bcf..0544010a09a0c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -121,6 +121,9 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/push_heap.h",
+ "__algorithm/ranges_find.h",
+ "__algorithm/ranges_find_if.h",
+ "__algorithm/ranges_find_if_not.h",
"__algorithm/ranges_max_element.h",
"__algorithm/ranges_min_element.h",
"__algorithm/ranges_mismatch.h",
More information about the llvm-commits
mailing list