[llvm] 0b72917 - [gn build] Port b79b2b677256
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 13:36:28 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-06-06T20:32:38Z
New Revision: 0b7291796d0f0932e4fa4a5a1df900489c21d321
URL: https://github.com/llvm/llvm-project/commit/0b7291796d0f0932e4fa4a5a1df900489c21d321
DIFF: https://github.com/llvm/llvm-project/commit/0b7291796d0f0932e4fa4a5a1df900489c21d321.diff
LOG: [gn build] Port b79b2b677256
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 1bda16a62b377..55414dc75fbf6 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -135,6 +135,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_fill.h",
"__algorithm/ranges_fill_n.h",
"__algorithm/ranges_find.h",
+ "__algorithm/ranges_find_first_of.h",
"__algorithm/ranges_find_if.h",
"__algorithm/ranges_find_if_not.h",
"__algorithm/ranges_for_each.h",
More information about the llvm-commits
mailing list