[llvm] c1e1147 - [gn build] Port ef70fe4d264d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 18:15:06 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-07-19T01:09:48Z
New Revision: c1e11472ed2011519ce3fca310013e0e33149bda

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

LOG: [gn build] Port ef70fe4d264d

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 cc4ecd8ea04e58..3a8b728da3b61a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -535,6 +535,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/permutable.h",
       "__iterator/prev.h",
       "__iterator/projected.h",
+      "__iterator/ranges_iterator_traits.h",
       "__iterator/readable_traits.h",
       "__iterator/reverse_access.h",
       "__iterator/reverse_iterator.h",


        


More information about the llvm-commits mailing list