[llvm] 1c1d477 - [gn build] Port 1306b1025c50

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 06:22:55 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-07T13:18:45Z
New Revision: 1c1d477ce318de067a1b04bd996859a7be338ddb

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

LOG: [gn build] Port 1306b1025c50

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 a2a3d537562f2..b0229274a98a7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -122,6 +122,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pop_heap.h",
       "__algorithm/prev_permutation.h",
       "__algorithm/push_heap.h",
+      "__algorithm/ranges_count.h",
+      "__algorithm/ranges_count_if.h",
       "__algorithm/ranges_find.h",
       "__algorithm/ranges_find_if.h",
       "__algorithm/ranges_find_if_not.h",


        


More information about the llvm-commits mailing list