[llvm] f5d32c5 - [gn build] Port 4ac87e33785e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 10:19:37 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-08-12T17:16:05Z
New Revision: f5d32c56ee72f5a688ed88893a9a1dc60f5a1e30

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

LOG: [gn build] Port 4ac87e33785e

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 75e49f60f922c..f3bc8f98104c9 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -248,6 +248,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/reverse_access.h",
       "__iterator/reverse_iterator.h",
       "__iterator/size.h",
+      "__iterator/unreachable_sentinel.h",
       "__iterator/wrap_iter.h",
       "__libcpp_version",
       "__locale",


        


More information about the llvm-commits mailing list