[llvm] c0fa3fe - [gn build] Port f992cfba7173

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 11:47:42 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-14T18:37:22Z
New Revision: c0fa3fe4aa7888e92b13fda66db6634961bbb74d

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

LOG: [gn build] Port f992cfba7173

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 62def555a59c..cbbc6b68763f 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -73,12 +73,13 @@ if (current_toolchain == default_toolchain) {
       "__hash_table",
       "__libcpp_version",
       "__locale",
+      "__memory/addressof.h",
       "__memory/allocation_guard.h",
       "__memory/allocator.h",
       "__memory/allocator_traits.h",
       "__memory/auto_ptr.h",
-      "__memory/base.h",
       "__memory/compressed_pair.h",
+      "__memory/construct_at.h",
       "__memory/pointer_safety.h",
       "__memory/pointer_traits.h",
       "__memory/raw_storage_iterator.h",


        


More information about the llvm-commits mailing list