[llvm] b1e10d7 - [gn build] Port 580f60484e19
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 00:41:54 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-03-18T07:36:04Z
New Revision: b1e10d761817c548a96df711ec88bd89c7e4a9f9
URL: https://github.com/llvm/llvm-project/commit/b1e10d761817c548a96df711ec88bd89c7e4a9f9
DIFF: https://github.com/llvm/llvm-project/commit/b1e10d761817c548a96df711ec88bd89c7e4a9f9.diff
LOG: [gn build] Port 580f60484e19
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 f3d7b1bceb4d51..3c8b80526773a3 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -824,10 +824,7 @@ if (current_toolchain == default_toolchain) {
"__type_traits/is_constant_evaluated.h",
"__type_traits/is_constructible.h",
"__type_traits/is_convertible.h",
- "__type_traits/is_copy_assignable.h",
- "__type_traits/is_copy_constructible.h",
"__type_traits/is_core_convertible.h",
- "__type_traits/is_default_constructible.h",
"__type_traits/is_destructible.h",
"__type_traits/is_empty.h",
"__type_traits/is_enum.h",
@@ -843,17 +840,10 @@ if (current_toolchain == default_toolchain) {
"__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_move_constructible.h",
"__type_traits/is_nothrow_assignable.h",
"__type_traits/is_nothrow_constructible.h",
"__type_traits/is_nothrow_convertible.h",
- "__type_traits/is_nothrow_copy_assignable.h",
- "__type_traits/is_nothrow_copy_constructible.h",
- "__type_traits/is_nothrow_default_constructible.h",
"__type_traits/is_nothrow_destructible.h",
- "__type_traits/is_nothrow_move_assignable.h",
- "__type_traits/is_nothrow_move_constructible.h",
"__type_traits/is_null_pointer.h",
"__type_traits/is_object.h",
"__type_traits/is_pod.h",
@@ -874,14 +864,9 @@ if (current_toolchain == default_toolchain) {
"__type_traits/is_trivial.h",
"__type_traits/is_trivially_assignable.h",
"__type_traits/is_trivially_constructible.h",
- "__type_traits/is_trivially_copy_assignable.h",
- "__type_traits/is_trivially_copy_constructible.h",
"__type_traits/is_trivially_copyable.h",
- "__type_traits/is_trivially_default_constructible.h",
"__type_traits/is_trivially_destructible.h",
"__type_traits/is_trivially_lexicographically_comparable.h",
- "__type_traits/is_trivially_move_assignable.h",
- "__type_traits/is_trivially_move_constructible.h",
"__type_traits/is_trivially_relocatable.h",
"__type_traits/is_unbounded_array.h",
"__type_traits/is_union.h",
More information about the llvm-commits
mailing list