[llvm] d40b46e - [gn build] Port eea3d90af181

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 20:16:53 PST 2022


Author: LLVM GN Syncbot
Date: 2022-02-18T04:12:48Z
New Revision: d40b46e96d53bed8f898e519b25d06660d49074e

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

LOG: [gn build] Port eea3d90af181

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 3349edeb3af05..5ea6f2a1595f7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -298,6 +298,7 @@ if (current_toolchain == default_toolchain) {
       "__iterator/iter_swap.h",
       "__iterator/iterator.h",
       "__iterator/iterator_traits.h",
+      "__iterator/mergeable.h",
       "__iterator/move_iterator.h",
       "__iterator/next.h",
       "__iterator/ostream_iterator.h",


        


More information about the llvm-commits mailing list