Skip to content

Commit dedfc21

Browse files
authored
[cxx-interop][SwiftCompilerSources] Explicitly list used headers in the modulemap
This might help to solve a flaky CI issue, and it's probably a good idea to do that anyway.
1 parent caf9bf5 commit dedfc21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/module.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module BasicBridging {
22
header "Basic/BridgedSwiftObject.h"
33
header "Basic/BasicBridging.h"
4+
header "Basic/SourceLoc.h"
5+
requires cplusplus
46
export *
57
}
68

0 commit comments

Comments
 (0)