File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
llvm/utils/gn/secondary/libcxx/include Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1637,6 +1637,7 @@ module std [system] {
16371637 module memory {
16381638 module addressof { header "__memory/addressof.h" }
16391639 module align { header "__memory/align.h" }
1640+ module align_impl { header "__memory/align_impl.h" }
16401641 module aligned_alloc { header "__memory/aligned_alloc.h" }
16411642 module allocate_at_least { header "__memory/allocate_at_least.h" }
16421643 module allocation_guard { header "__memory/allocation_guard.h" }
Original file line number Diff line number Diff line change @@ -1216,6 +1216,7 @@ if (current_toolchain == default_toolchain) {
12161216 " __mdspan/mdspan.h" ,
12171217 " __memory/addressof.h" ,
12181218 " __memory/align.h" ,
1219+ " __memory/align_impl.h" ,
12191220 " __memory/aligned_alloc.h" ,
12201221 " __memory/allocate_at_least.h" ,
12211222 " __memory/allocation_guard.h" ,
You can’t perform that action at this time.
0 commit comments