[llvm] 8417f49 - [gn build] Port 04760bfadb39

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 07:12:45 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-07-22T14:05:06Z
New Revision: 8417f490be0343ea4a183a9a9e02c6015275b291

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

LOG: [gn build] Port 04760bfadb39

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 27f29c3344bfa..1e42aef80ee5b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -168,6 +168,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_find_first_of.h",
       "__algorithm/ranges_find_if.h",
       "__algorithm/ranges_find_if_not.h",
+      "__algorithm/ranges_find_last.h",
       "__algorithm/ranges_for_each.h",
       "__algorithm/ranges_for_each_n.h",
       "__algorithm/ranges_generate.h",


        


More information about the llvm-commits mailing list