[llvm] 9e931b3 - [gn build] Port 1972d1e86a62
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 03:41:26 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-06-10T10:37:01Z
New Revision: 9e931b3c573bd62c5c6616b43ec279b81728844e
URL: https://github.com/llvm/llvm-project/commit/9e931b3c573bd62c5c6616b43ec279b81728844e
DIFF: https://github.com/llvm/llvm-project/commit/9e931b3c573bd62c5c6616b43ec279b81728844e.diff
LOG: [gn build] Port 1972d1e86a62
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 c34c95ef11d2b..34fe1e1587947 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -527,24 +527,32 @@ if (current_toolchain == default_toolchain) {
"__type_traits/add_pointer.h",
"__type_traits/add_rvalue_reference.h",
"__type_traits/add_volatile.h",
+ "__type_traits/alignment_of.h",
+ "__type_traits/apply_cv.h",
"__type_traits/conditional.h",
"__type_traits/conjunction.h",
"__type_traits/decay.h",
"__type_traits/disjunction.h",
"__type_traits/enable_if.h",
"__type_traits/extent.h",
+ "__type_traits/has_unique_object_representation.h",
+ "__type_traits/has_virtual_destructor.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_assignable.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_constant_evaluated.h",
"__type_traits/is_convertible.h",
+ "__type_traits/is_copy_assignable.h",
+ "__type_traits/is_core_convertible.h",
"__type_traits/is_empty.h",
"__type_traits/is_enum.h",
"__type_traits/is_final.h",
@@ -552,18 +560,26 @@ if (current_toolchain == default_toolchain) {
"__type_traits/is_function.h",
"__type_traits/is_fundamental.h",
"__type_traits/is_integral.h",
+ "__type_traits/is_literal_type.h",
"__type_traits/is_member_function_pointer.h",
"__type_traits/is_member_object_pointer.h",
"__type_traits/is_member_pointer.h",
+ "__type_traits/is_move_assignable.h",
"__type_traits/is_null_pointer.h",
"__type_traits/is_object.h",
+ "__type_traits/is_pod.h",
"__type_traits/is_pointer.h",
+ "__type_traits/is_polymorphic.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_scoped_enum.h",
"__type_traits/is_signed.h",
+ "__type_traits/is_standard_layout.h",
+ "__type_traits/is_trivial.h",
+ "__type_traits/is_trivially_copyable.h",
"__type_traits/is_unbounded_array.h",
"__type_traits/is_union.h",
"__type_traits/is_unsigned.h",
@@ -578,6 +594,7 @@ if (current_toolchain == default_toolchain) {
"__type_traits/remove_reference.h",
"__type_traits/remove_volatile.h",
"__type_traits/type_identity.h",
+ "__type_traits/underlying_type.h",
"__undef_macros",
"__utility/as_const.h",
"__utility/auto_cast.h",
More information about the llvm-commits
mailing list