[llvm] eb3ecd1 - [gn build] Port 557e931d9581

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 15:01:25 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-04-14T21:54:53Z
New Revision: eb3ecd158a8aef854f23553f63d118a0c5ef69af

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

LOG: [gn build] Port 557e931d9581

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 542fa9d94a39e..aba30f9ce063f 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1195,6 +1195,7 @@ if (current_toolchain == default_toolchain) {
       "__math/traits.h",
       "__math/trigonometric_functions.h",
       "__mbstate_t.h",
+      "__mdspan/aligned_accessor.h",
       "__mdspan/default_accessor.h",
       "__mdspan/extents.h",
       "__mdspan/layout_left.h",
@@ -1219,6 +1220,7 @@ if (current_toolchain == default_toolchain) {
       "__memory/destroy.h",
       "__memory/destruct_n.h",
       "__memory/inout_ptr.h",
+      "__memory/is_sufficiently_aligned.h",
       "__memory/noexcept_move_assign_container.h",
       "__memory/out_ptr.h",
       "__memory/pointer_traits.h",


        


More information about the llvm-commits mailing list