[gn build] Port 2d52c6bfae80
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 5 Sep 2022 14:41:45 +0000 (14:41 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 5 Sep 2022 14:41:45 +0000 (14:41 +0000)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index 15f4b1a..90f9ed8 100644 (file)
@@ -401,10 +401,13 @@ if (current_toolchain == default_toolchain) {
       "__functional/unary_negate.h",
       "__functional/unwrap_ref.h",
       "__functional/weak_result_type.h",
+      "__fwd/array.h",
+      "__fwd/get.h",
       "__fwd/hash.h",
       "__fwd/pair.h",
       "__fwd/span.h",
       "__fwd/string_view.h",
+      "__fwd/tuple.h",
       "__hash_table",
       "__ios/fpos.h",
       "__iterator/access.h",
@@ -583,6 +586,14 @@ if (current_toolchain == default_toolchain) {
       "__threading_support",
       "__tree",
       "__tuple",
+      "__tuple/apply_cv.h",
+      "__tuple/make_tuple_types.h",
+      "__tuple/sfinae_helpers.h",
+      "__tuple/tuple_element.h",
+      "__tuple/tuple_indices.h",
+      "__tuple/tuple_like.h",
+      "__tuple/tuple_size.h",
+      "__tuple/tuple_types.h",
       "__type_traits/add_const.h",
       "__type_traits/add_cv.h",
       "__type_traits/add_lvalue_reference.h",