[llvm] 7cefcd9 - [gn build] Port 1a29403d2f8a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 08:17:22 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-20T15:13:51Z
New Revision: 7cefcd9230ef70a96bb85e0c29eb573de14e2e14

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

LOG: [gn build] Port 1a29403d2f8a

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 ffbd0944db248..21e6e5db89d8a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -193,6 +193,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/access.h",
       "__iterator/advance.h",
       "__iterator/back_insert_iterator.h",
+      "__iterator/common_iterator.h",
       "__iterator/concepts.h",
       "__iterator/data.h",
       "__iterator/default_sentinel.h",


        


More information about the llvm-commits mailing list