[llvm] 685a3d7 - [gn build] Port 101d1e9b3c86

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 11:35:03 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-13T18:31:08Z
New Revision: 685a3d7b8df61e10ce61fc71271f456378a58969

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

LOG: [gn build] Port 101d1e9b3c86

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 c86498f4cd33f..7fbaa69dba693 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -154,6 +154,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_fill.h",
       "__algorithm/ranges_fill_n.h",
       "__algorithm/ranges_find.h",
+      "__algorithm/ranges_find_end.h",
       "__algorithm/ranges_find_first_of.h",
       "__algorithm/ranges_find_if.h",
       "__algorithm/ranges_find_if_not.h",
@@ -200,6 +201,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_reverse.h",
       "__algorithm/ranges_reverse_copy.h",
       "__algorithm/ranges_rotate_copy.h",
+      "__algorithm/ranges_search.h",
+      "__algorithm/ranges_search_n.h",
       "__algorithm/ranges_set_
diff erence.h",
       "__algorithm/ranges_set_intersection.h",
       "__algorithm/ranges_set_union.h",


        


More information about the llvm-commits mailing list