[llvm] f7d8a43 - [gn build] Port 36080434a885

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 11:48:01 PST 2023


Author: LLVM GN Syncbot
Date: 2023-01-26T19:41:53Z
New Revision: f7d8a432c84e390f333b554c52cd2a518c6da5d0

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

LOG: [gn build] Port 36080434a885

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 d9fb0595986c..63cc459ac569 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -489,6 +489,7 @@ if (current_toolchain == default_toolchain) {
       "__mbstate_t.h",
       "__memory/addressof.h",
       "__memory/align.h",
+      "__memory/aligned_alloc.h",
       "__memory/allocate_at_least.h",
       "__memory/allocation_guard.h",
       "__memory/allocator.h",


        


More information about the llvm-commits mailing list