[llvm] b0623fa - [gn build] Port f7407411a1da
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 08:32:25 PST 2023
Author: LLVM GN Syncbot
Date: 2023-12-15T16:24:52Z
New Revision: b0623fa100f6143005232afda8efcf0567afa719
URL: https://github.com/llvm/llvm-project/commit/b0623fa100f6143005232afda8efcf0567afa719
DIFF: https://github.com/llvm/llvm-project/commit/b0623fa100f6143005232afda8efcf0567afa719.diff
LOG: [gn build] Port f7407411a1da
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 4ad2b7ea6f7a70..f7f3646022b043 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -91,6 +91,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/find_first_of.h",
"__algorithm/find_if.h",
"__algorithm/find_if_not.h",
+ "__algorithm/find_segment_if.h",
"__algorithm/for_each.h",
"__algorithm/for_each_n.h",
"__algorithm/for_each_segment.h",
More information about the llvm-commits
mailing list