Skip to content

Commit b3fce71

Browse files
committed
fix modulemap
1 parent 6ef9c2d commit b3fce71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcxx/include/module.modulemap.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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" }

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)