[llvm] 9ffb594 - [gn build] Port 7af89a379cce

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 01:36:09 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-05-25T08:31:45Z
New Revision: 9ffb5944a699b6a0d69c169ceff97636395ee30f

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

LOG: [gn build] Port 7af89a379cce

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 335397c3f974a..4e7861d3a8b2b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -128,6 +128,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_copy_n.h",
       "__algorithm/ranges_count.h",
       "__algorithm/ranges_count_if.h",
+      "__algorithm/ranges_fill.h",
+      "__algorithm/ranges_fill_n.h",
       "__algorithm/ranges_find.h",
       "__algorithm/ranges_find_if.h",
       "__algorithm/ranges_find_if_not.h",


        


More information about the llvm-commits mailing list