[gn build] Port 30c37fb89cb7
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 28 May 2022 08:16:52 +0000 (08:16 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 28 May 2022 08:16:52 +0000 (08:16 +0000)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index 9f63c5a..44a7905 100644 (file)
@@ -496,33 +496,61 @@ if (current_toolchain == default_toolchain) {
       "__threading_support",
       "__tree",
       "__tuple",
+      "__type_traits/add_const.h",
+      "__type_traits/add_cv.h",
+      "__type_traits/add_lvalue_reference.h",
       "__type_traits/add_pointer.h",
+      "__type_traits/add_rvalue_reference.h",
+      "__type_traits/add_volatile.h",
       "__type_traits/conditional.h",
       "__type_traits/decay.h",
       "__type_traits/enable_if.h",
+      "__type_traits/extent.h",
       "__type_traits/integral_constant.h",
+      "__type_traits/is_abstract.h",
+      "__type_traits/is_aggregate.h",
+      "__type_traits/is_arithmetic.h",
       "__type_traits/is_array.h",
       "__type_traits/is_base_of.h",
+      "__type_traits/is_bounded_array.h",
       "__type_traits/is_callable.h",
+      "__type_traits/is_class.h",
+      "__type_traits/is_compound.h",
       "__type_traits/is_const.h",
       "__type_traits/is_convertible.h",
+      "__type_traits/is_empty.h",
+      "__type_traits/is_enum.h",
+      "__type_traits/is_final.h",
       "__type_traits/is_floating_point.h",
       "__type_traits/is_function.h",
+      "__type_traits/is_fundamental.h",
       "__type_traits/is_integral.h",
       "__type_traits/is_member_function_pointer.h",
       "__type_traits/is_member_object_pointer.h",
+      "__type_traits/is_member_pointer.h",
       "__type_traits/is_null_pointer.h",
+      "__type_traits/is_object.h",
+      "__type_traits/is_pointer.h",
       "__type_traits/is_reference.h",
       "__type_traits/is_reference_wrapper.h",
       "__type_traits/is_referenceable.h",
       "__type_traits/is_same.h",
+      "__type_traits/is_scalar.h",
+      "__type_traits/is_signed.h",
+      "__type_traits/is_unbounded_array.h",
+      "__type_traits/is_union.h",
+      "__type_traits/is_unsigned.h",
       "__type_traits/is_void.h",
       "__type_traits/is_volatile.h",
+      "__type_traits/rank.h",
+      "__type_traits/remove_all_extents.h",
       "__type_traits/remove_const.h",
       "__type_traits/remove_cv.h",
       "__type_traits/remove_extent.h",
+      "__type_traits/remove_pointer.h",
       "__type_traits/remove_reference.h",
       "__type_traits/remove_volatile.h",
+      "__type_traits/type_identity.h",
       "__undef_macros",
       "__utility/as_const.h",
       "__utility/auto_cast.h",