[llvm] e3018e4 - [gn build] Port bc8fd9c6335f
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 2 19:47:53 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-09-03T02:43:17Z
New Revision: e3018e4a4f4b2e1628dc16483f197732a69aed8b
URL: https://github.com/llvm/llvm-project/commit/e3018e4a4f4b2e1628dc16483f197732a69aed8b
DIFF: https://github.com/llvm/llvm-project/commit/e3018e4a4f4b2e1628dc16483f197732a69aed8b.diff
LOG: [gn build] Port bc8fd9c6335f
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 15f4b1a9b451..e92eaaeece06 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -448,7 +448,6 @@ if (current_toolchain == default_toolchain) {
"__locale",
"__mbstate_t.h",
"__memory/addressof.h",
- "__memory/align.h",
"__memory/allocate_at_least.h",
"__memory/allocation_guard.h",
"__memory/allocator.h",
@@ -456,18 +455,15 @@ if (current_toolchain == default_toolchain) {
"__memory/allocator_traits.h",
"__memory/assume_aligned.h",
"__memory/auto_ptr.h",
- "__memory/builtin_new_allocator.h",
"__memory/compressed_pair.h",
"__memory/concepts.h",
"__memory/construct_at.h",
- "__memory/destruct_n.h",
"__memory/pointer_traits.h",
"__memory/ranges_construct_at.h",
"__memory/ranges_uninitialized_algorithms.h",
"__memory/raw_storage_iterator.h",
"__memory/shared_ptr.h",
"__memory/swap_allocator.h",
- "__memory/temp_value.h",
"__memory/temporary_buffer.h",
"__memory/uninitialized_algorithms.h",
"__memory/unique_ptr.h",
@@ -610,7 +606,6 @@ if (current_toolchain == default_toolchain) {
"__type_traits/integral_constant.h",
"__type_traits/is_abstract.h",
"__type_traits/is_aggregate.h",
- "__type_traits/is_allocator.h",
"__type_traits/is_arithmetic.h",
"__type_traits/is_array.h",
"__type_traits/is_assignable.h",
@@ -693,7 +688,6 @@ if (current_toolchain == default_toolchain) {
"__type_traits/maybe_const.h",
"__type_traits/nat.h",
"__type_traits/negation.h",
- "__type_traits/noexcept_move_assign_container.h",
"__type_traits/promote.h",
"__type_traits/rank.h",
"__type_traits/remove_all_extents.h",
More information about the llvm-commits
mailing list