Skip to content

Commit cdcddf6

Browse files
llvmgnsyncbotSterling-Augustine
authored andcommitted
[gn build] Port 24bc324
1 parent e8fb5c6 commit cdcddf6

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ if (current_toolchain == default_toolchain) {
9595
"__algorithm/find_if.h",
9696
"__algorithm/find_if_not.h",
9797
"__algorithm/find_segment_if.h",
98-
"__algorithm/fold.h",
9998
"__algorithm/for_each.h",
10099
"__algorithm/for_each_n.h",
101100
"__algorithm/for_each_segment.h",
@@ -170,6 +169,7 @@ if (current_toolchain == default_toolchain) {
170169
"__algorithm/ranges_find_if.h",
171170
"__algorithm/ranges_find_if_not.h",
172171
"__algorithm/ranges_find_last.h",
172+
"__algorithm/ranges_fold.h",
173173
"__algorithm/ranges_for_each.h",
174174
"__algorithm/ranges_for_each_n.h",
175175
"__algorithm/ranges_generate.h",

0 commit comments

Comments
 (0)