[llvm] 300adbe - [gn build] Port fdd089b50063

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


Author: LLVM GN Syncbot
Date: 2023-12-20T15:23:16Z
New Revision: 300adbee88c53caef833cc240195b722cf76961d

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

LOG: [gn build] Port fdd089b50063

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 1a1d788f00c578..cdd74ecbbca30c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -178,6 +178,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_any_of.h",
       "__algorithm/ranges_binary_search.h",
       "__algorithm/ranges_clamp.h",
+      "__algorithm/ranges_contains.h",
       "__algorithm/ranges_copy.h",
       "__algorithm/ranges_copy_backward.h",
       "__algorithm/ranges_copy_if.h",


        


More information about the llvm-commits mailing list