Skip to content

Commit 755233d

Browse files
committed
[libc++] Add __assertion_handler to the modulemap
That header is generated via CMake, but it is nonetheless present in the final installation, so it should be covered by the modulemap. rdar://131418726
1 parent a5a9b2b commit 755233d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/include/module.modulemap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,9 @@ module std [system] {
22852285
header "__assert"
22862286
export *
22872287
}
2288+
module assertion_handler {
2289+
header "__assertion_handler" // Generated via CMake
2290+
}
22882291

22892292
module undef_macros {
22902293
textual header "__undef_macros"

0 commit comments

Comments
 (0)