[llvm] d233005 - [gn build] Port 3903438860b6

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 07:34:07 PST 2023


Author: LLVM GN Syncbot
Date: 2023-12-20T15:23:15Z
New Revision: d2330058df5378c7b30d446c925c09accfcfd597

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

LOG: [gn build] Port 3903438860b6

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 f7f3646022b043..1a1d788f00c578 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -92,6 +92,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",


        


More information about the llvm-commits mailing list