[llvm] 46e984b - [gn build] Port 23c7328bad92

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 11:38:19 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-08T18:34:42Z
New Revision: 46e984b0bf835b934f8ccbc407c6899d06fc045c

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

LOG: [gn build] Port 23c7328bad92

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 4251ecfb87d96..5e5960dd8b2d4 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -174,6 +174,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_move.h",
       "__algorithm/ranges_move_backward.h",
       "__algorithm/ranges_none_of.h",
+      "__algorithm/ranges_nth_element.h",
       "__algorithm/ranges_remove.h",
       "__algorithm/ranges_remove_if.h",
       "__algorithm/ranges_replace.h",


        


More information about the llvm-commits mailing list