[llvm] 2c0e6cf - [gn build] Port 6adb1ca555ec

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 08:50:05 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-09T15:44:13Z
New Revision: 2c0e6cfb8af59a291c2b446a02a2f8ebd930f07d

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

LOG: [gn build] Port 6adb1ca555ec

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 b4c1fcac7d581..cf9bc67dbaa49 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -509,6 +509,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/common_iterator.h",
       "__iterator/concepts.h",
       "__iterator/counted_iterator.h",
+      "__iterator/cpp17_iterator_concepts.h",
       "__iterator/data.h",
       "__iterator/default_sentinel.h",
       "__iterator/distance.h",


        


More information about the llvm-commits mailing list