[llvm] b7e75a7 - [gn build] Port 9474e0945918

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 14 04:04:01 PST 2024


Author: LLVM GN Syncbot
Date: 2024-12-14T11:57:41Z
New Revision: b7e75a76449e80d8b6caa1f447d536ffa231783a

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

LOG: [gn build] Port 9474e0945918

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 2d5ea270992384..4b07468187a5ac 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -653,6 +653,16 @@ if (current_toolchain == default_toolchain) {
       "__mutex/once_flag.h",
       "__mutex/tag_types.h",
       "__mutex/unique_lock.h",
+      "__new/align_val_t.h",
+      "__new/allocate.h",
+      "__new/destroying_delete_t.h",
+      "__new/exceptions.h",
+      "__new/global_new_delete.h",
+      "__new/interference_size.h",
+      "__new/launder.h",
+      "__new/new_handler.h",
+      "__new/nothrow_t.h",
+      "__new/placement_new_delete.h",
       "__node_handle",
       "__numeric/accumulate.h",
       "__numeric/adjacent_
diff erence.h",


        


More information about the llvm-commits mailing list