[llvm] 5c5bcd6 - [gn build] Port 34b2e934ea9e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 01:37:21 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-06-30T08:31:19Z
New Revision: 5c5bcd622192dc291073ba87d833001f8e425a49

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

LOG: [gn build] Port 34b2e934ea9e

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 7b9966d9bfc58..5e1c449ec8c2e 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1155,6 +1155,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/ostreambuf_iterator.h",
       "__iterator/permutable.h",
       "__iterator/prev.h",
+      "__iterator/product_iterator.h",
       "__iterator/projected.h",
       "__iterator/ranges_iterator_traits.h",
       "__iterator/readable_traits.h",


        


More information about the llvm-commits mailing list