[llvm] 7809e04 - [gn build] Port 8a48e6dda9f7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 16:14:51 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-27T23:10:20Z
New Revision: 7809e04e3c5fd0912f35fb5ec951378a6a2f0e83

URL: https://github.com/llvm/llvm-project/commit/7809e04e3c5fd0912f35fb5ec951378a6a2f0e83
DIFF: https://github.com/llvm/llvm-project/commit/7809e04e3c5fd0912f35fb5ec951378a6a2f0e83.diff

LOG: [gn build] Port 8a48e6dda9f7

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


        


More information about the llvm-commits mailing list