Skip to content

Commit 2575c39

Browse files
committed
[gn build] Port f11abac
1 parent f11abac commit 2575c39

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ 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",
9899
"__algorithm/for_each.h",
99100
"__algorithm/for_each_n.h",
100101
"__algorithm/for_each_segment.h",
@@ -169,7 +170,6 @@ if (current_toolchain == default_toolchain) {
169170
"__algorithm/ranges_find_if.h",
170171
"__algorithm/ranges_find_if_not.h",
171172
"__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",
@@ -608,7 +608,6 @@ if (current_toolchain == default_toolchain) {
608608
"__memory/allocator_arg_t.h",
609609
"__memory/allocator_destructor.h",
610610
"__memory/allocator_traits.h",
611-
"__memory/array_cookie.h",
612611
"__memory/assume_aligned.h",
613612
"__memory/auto_ptr.h",
614613
"__memory/builtin_new_allocator.h",

0 commit comments

Comments
 (0)