[llvm] cde101d - [gn build] Port 11e3ad299fee

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 01:32:47 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-05-27T08:29:03Z
New Revision: cde101d0225f4ef32254561c1c8d201d05336471

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

LOG: [gn build] Port 11e3ad299fee

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 b6eba6a91626a..9f63c5a87396e 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -139,6 +139,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_for_each.h",
       "__algorithm/ranges_for_each_n.h",
       "__algorithm/ranges_is_partitioned.h",
+      "__algorithm/ranges_is_sorted.h",
+      "__algorithm/ranges_is_sorted_until.h",
       "__algorithm/ranges_max.h",
       "__algorithm/ranges_max_element.h",
       "__algorithm/ranges_min.h",


        


More information about the llvm-commits mailing list