Skip to content

Commit fdbd26b

Browse files
authored
[libc++] Add __assertion_handler to the modulemap (#131031)
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 cdea46c commit fdbd26b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/include/module.modulemap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,6 +2317,10 @@ module std [system] {
23172317
header "__assert"
23182318
export *
23192319
}
2320+
module assertion_handler {
2321+
header "__assertion_handler" // generated via CMake
2322+
export *
2323+
}
23202324

23212325
module undef_macros {
23222326
textual header "__undef_macros"

0 commit comments

Comments
 (0)