[llvm] d11b9b7 - [gn build] Port f332455dd9a2
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 12:34:33 PST 2025
Author: LLVM GN Syncbot
Date: 2025-02-10T20:26:39Z
New Revision: d11b9b7275b01067ff15486caf1e270375e1a97c
URL: https://github.com/llvm/llvm-project/commit/d11b9b7275b01067ff15486caf1e270375e1a97c
DIFF: https://github.com/llvm/llvm-project/commit/d11b9b7275b01067ff15486caf1e270375e1a97c.diff
LOG: [gn build] Port f332455dd9a2
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 dd3dcca3687acfa..7faeb203870a2dd 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1520,12 +1520,14 @@ if (current_toolchain == default_toolchain) {
"__memory/compressed_pair.h",
"__memory/concepts.h",
"__memory/construct_at.h",
+ "__memory/destroy.h",
"__memory/destruct_n.h",
"__memory/inout_ptr.h",
"__memory/noexcept_move_assign_container.h",
"__memory/out_ptr.h",
"__memory/pointer_traits.h",
"__memory/ranges_construct_at.h",
+ "__memory/ranges_destroy.h",
"__memory/ranges_uninitialized_algorithms.h",
"__memory/raw_storage_iterator.h",
"__memory/shared_count.h",
More information about the llvm-commits
mailing list