[llvm] 5df7d88 - [gn build] Port 8e6bba230e1c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 05:49:29 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-30T12:43:43Z
New Revision: 5df7d88c37877756984a533e4b5ccaad015c7491

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

LOG: [gn build] Port 8e6bba230e1c

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 e0a271aba1159b..3e165c3d6f634e 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