[llvm] 37f54ed - [gn build] Port 21d6636d83b3
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 13 06:11:19 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-04-13T13:07:22Z
New Revision: 37f54edbc207525d7ed08217175ad0ac7e5792b8
URL: https://github.com/llvm/llvm-project/commit/37f54edbc207525d7ed08217175ad0ac7e5792b8
DIFF: https://github.com/llvm/llvm-project/commit/37f54edbc207525d7ed08217175ad0ac7e5792b8.diff
LOG: [gn build] Port 21d6636d83b3
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 02896bd7d795..f47c19ef477d 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -79,6 +79,7 @@ if (current_toolchain == default_toolchain) {
"__memory/base.h",
"__memory/pointer_traits.h",
"__memory/temporary_buffer.h",
+ "__memory/unique_ptr.h",
"__memory/utilities.h",
"__mutex_base",
"__node_handle",
More information about the llvm-commits
mailing list