[llvm] 07274e3 - [gn build] Port 26beecfe470b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 08:54:56 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-12T15:51:12Z
New Revision: 07274e3238a96086277641d3fc2231b129dc2343

URL: https://github.com/llvm/llvm-project/commit/07274e3238a96086277641d3fc2231b129dc2343
DIFF: https://github.com/llvm/llvm-project/commit/07274e3238a96086277641d3fc2231b129dc2343.diff

LOG: [gn build] Port 26beecfe470b

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 ae85ad4fe844..68d2fe1142b4 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -74,6 +74,7 @@ if (current_toolchain == default_toolchain) {
       "__locale",
       "__memory/allocator.h",
       "__memory/allocator_traits.h",
+      "__memory/auto_ptr.h",
       "__memory/base.h",
       "__memory/pointer_traits.h",
       "__memory/utilities.h",


        


More information about the llvm-commits mailing list