From 23831f0efe4c7585b4b5abba731aa56c29aa21f1 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sat, 5 Nov 2022 20:26:22 +0000 Subject: [PATCH] [gn build] Port 59ef4b3686e4 --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index c9234ab..e7976a0 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -465,6 +465,7 @@ if (current_toolchain == default_toolchain) { "__memory/allocation_guard.h", "__memory/allocator.h", "__memory/allocator_arg_t.h", + "__memory/allocator_destructor.h", "__memory/allocator_traits.h", "__memory/assume_aligned.h", "__memory/auto_ptr.h", -- 2.7.4