[llvm] 2575c39 - [gn build] Port f11abac6524f

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 28 19:52:56 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-29T02:47:24Z
New Revision: 2575c398d2d0ca1607b769ba8d2f3f9b1f18527f

URL: https://github.com/llvm/llvm-project/commit/2575c398d2d0ca1607b769ba8d2f3f9b1f18527f
DIFF: https://github.com/llvm/llvm-project/commit/2575c398d2d0ca1607b769ba8d2f3f9b1f18527f.diff

LOG: [gn build] Port f11abac6524f

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 3e165c3d6f634e..91d547da201f2b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -95,6 +95,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/find_if.h",
       "__algorithm/find_if_not.h",
       "__algorithm/find_segment_if.h",
+      "__algorithm/fold.h",
       "__algorithm/for_each.h",
       "__algorithm/for_each_n.h",
       "__algorithm/for_each_segment.h",
@@ -169,7 +170,6 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_find_if.h",
       "__algorithm/ranges_find_if_not.h",
       "__algorithm/ranges_find_last.h",
-      "__algorithm/ranges_fold.h",
       "__algorithm/ranges_for_each.h",
       "__algorithm/ranges_for_each_n.h",
       "__algorithm/ranges_generate.h",
@@ -608,7 +608,6 @@ if (current_toolchain == default_toolchain) {
       "__memory/allocator_arg_t.h",
       "__memory/allocator_destructor.h",
       "__memory/allocator_traits.h",
-      "__memory/array_cookie.h",
       "__memory/assume_aligned.h",
       "__memory/auto_ptr.h",
       "__memory/builtin_new_allocator.h",


        


More information about the llvm-commits mailing list