[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.
This commit is contained in:
Egor Zhdan
2022-07-28 18:51:04 +01:00
committed by GitHub
parent caf9bf5d7b
commit dedfc21d6a

View File

@@ -1,6 +1,8 @@
module BasicBridging {
header "Basic/BridgedSwiftObject.h"
header "Basic/BasicBridging.h"
header "Basic/SourceLoc.h"
requires cplusplus
export *
}