Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libcxx/include/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,9 @@ module std [system] {
header "__assert"
export *
}
module assertion_handler {
header "__assertion_handler" // Generated via CMake
}

module undef_macros {
textual header "__undef_macros"
Expand Down
Loading