Skip to content

Commit bd999a5

Browse files
authored
Merge pull request #60281 from apple/egorzhdan/scs-modulemap
[cxx-interop][SwiftCompilerSources] Explicitly list used headers in the modulemap
2 parents d36ab46 + dedfc21 commit bd999a5

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)