[llvm] 6ab938c - [gn build] Port 21f4232dd963

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 23:04:40 PST 2023


Author: LLVM GN Syncbot
Date: 2023-01-20T06:58:57Z
New Revision: 6ab938cddc6d90acbd64554c1568cbff672d73e9

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

LOG: [gn build] Port 21f4232dd963

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 cb86ad87dc3c..a7a8830d626c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -467,6 +467,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/iter_swap.h",
       "__iterator/iterator.h",
       "__iterator/iterator_traits.h",
+      "__iterator/iterator_with_data.h",
       "__iterator/mergeable.h",
       "__iterator/move_iterator.h",
       "__iterator/move_sentinel.h",


        


More information about the llvm-commits mailing list