[llvm] 5114e2c - [gn build] Port 8ed702b83f20

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 23:47:17 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-19T06:42:58Z
New Revision: 5114e2c50a908733b298728e5c4baa12b6bb86bb

URL: https://github.com/llvm/llvm-project/commit/5114e2c50a908733b298728e5c4baa12b6bb86bb
DIFF: https://github.com/llvm/llvm-project/commit/5114e2c50a908733b298728e5c4baa12b6bb86bb.diff

LOG: [gn build] Port 8ed702b83f20

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 6cc20f86cad1..60ce2bd2cbd7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -169,6 +169,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_is_partitioned.h",
       "__algorithm/ranges_is_sorted.h",
       "__algorithm/ranges_is_sorted_until.h",
+      "__algorithm/ranges_iterator_concept.h",
       "__algorithm/ranges_lexicographical_compare.h",
       "__algorithm/ranges_lower_bound.h",
       "__algorithm/ranges_make_heap.h",


        


More information about the llvm-commits mailing list