[llvm] 9168a21 - [gn build] Port a6b846ae1e58

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 15:48:48 PST 2024


Author: LLVM GN Syncbot
Date: 2024-02-13T23:42:41Z
New Revision: 9168a2119cf6b5cc7105d201683bb0d1a84b441b

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

LOG: [gn build] Port a6b846ae1e58

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


        


More information about the llvm-commits mailing list