[llvm] e59e30d - [gn build] Port 24bc3244d4e2

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 22:15:08 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-27T05:08:34Z
New Revision: e59e30d3f84152d93f45b683a16ebf011e716872

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

LOG: [gn build] Port 24bc3244d4e2

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 91d547da201f2b..e4810973985eaf 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -95,7 +95,6 @@ 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",
@@ -170,6 +169,7 @@ 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",


        


More information about the llvm-commits mailing list