[llvm] e5d5ee4 - [gn build] Port 67b81e212069

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 03:27:04 PST 2024


Author: LLVM GN Syncbot
Date: 2024-11-13T11:20:37Z
New Revision: e5d5ee4ea76faabab890c45538a464abb70b8793

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

LOG: [gn build] Port 67b81e212069

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 4154ef42ba762e..ead1e9d73a798b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -629,6 +629,7 @@ if (current_toolchain == default_toolchain) {
       "__memory/ranges_construct_at.h",
       "__memory/ranges_uninitialized_algorithms.h",
       "__memory/raw_storage_iterator.h",
+      "__memory/shared_count.h",
       "__memory/shared_ptr.h",
       "__memory/swap_allocator.h",
       "__memory/temp_value.h",


        


More information about the llvm-commits mailing list