[llvm] a76376c - [gn build] Port 31eeba3f7c0e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 08:00:19 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-16T14:54:49Z
New Revision: a76376cdb034d817803cbdb2f3f451487807124d

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

LOG: [gn build] Port 31eeba3f7c0e

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 b9e2731eb439c..6d65ac2ed038c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -576,6 +576,7 @@ if (current_toolchain == default_toolchain) {
       "__memory/temp_value.h",
       "__memory/temporary_buffer.h",
       "__memory/uninitialized_algorithms.h",
+      "__memory/uninitialized_buffer.h",
       "__memory/unique_ptr.h",
       "__memory/uses_allocator.h",
       "__memory/uses_allocator_construction.h",


        


More information about the llvm-commits mailing list