Skip to content

Commit 970e5cc

Browse files
committed
[libc++][atomic_ref] add header to module map
1 parent e8b5680 commit 970e5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/module.modulemap.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@ module std_private_atomic_atomic_flag [system] {
10951095
}
10961096
module std_private_atomic_atomic_init [system] { header "__atomic/atomic_init.h" }
10971097
module std_private_atomic_atomic_lock_free [system] { header "__atomic/atomic_lock_free.h" }
1098+
module std_private_atomic_atomic_ref [system] { header "__atomic/atomic_ref.h" }
10981099
module std_private_atomic_atomic_sync [system] { header "__atomic/atomic_sync.h" }
10991100
module std_private_atomic_check_memory_order [system] { header "__atomic/check_memory_order.h" }
11001101
module std_private_atomic_contention_t [system] { header "__atomic/contention_t.h" }

0 commit comments

Comments
 (0)