Skip to content

Commit a0cd525

Browse files
committed
Try export*
1 parent e1506d9 commit a0cd525

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libcxx/include/module.modulemap

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,9 +2286,8 @@ module std [system] {
22862286
export *
22872287
}
22882288
module assertion_handler {
2289-
// This header is generated via CMake. It must be textual because it may be vendor-provided,
2290-
// which means that we can't know what to re-export (if anything) in advance.
2291-
textual header "__assertion_handler"
2289+
header "__assertion_handler" // generated via CMake
2290+
export *
22922291
}
22932292

22942293
module undef_macros {

0 commit comments

Comments
 (0)