[llvm] 7c1ac65 - [gn build] Port c90801457f7c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 11:19:24 PST 2023


Author: LLVM GN Syncbot
Date: 2023-01-19T19:13:26Z
New Revision: 7c1ac65caddd26eb31f6b498efccdf03398ce57e

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

LOG: [gn build] Port c90801457f7c

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 c56ae5819295..d914c203ae40 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -479,6 +479,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/readable_traits.h",
       "__iterator/reverse_access.h",
       "__iterator/reverse_iterator.h",
+      "__iterator/segmented_iterator.h",
       "__iterator/size.h",
       "__iterator/sortable.h",
       "__iterator/unreachable_sentinel.h",


        


More information about the llvm-commits mailing list