Skip to content

Commit 1f606d1

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 dd181af commit 1f606d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/module.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,7 @@ module std [system] {
22852285
}
22862286
module internal_assert {
22872287
header "__assert"
2288+
header "__assertion_handler" // Generated via CMake
22882289
export *
22892290
}
22902291

0 commit comments

Comments
 (0)