mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
34 lines
627 B
Plaintext
34 lines
627 B
Plaintext
module BasicBridging {
|
|
header "Basic/BridgedSwiftObject.h"
|
|
header "Basic/BasicBridging.h"
|
|
header "Basic/SourceLoc.h"
|
|
requires cplusplus
|
|
export *
|
|
}
|
|
|
|
module ASTBridging {
|
|
header "AST/ASTBridging.h"
|
|
header "AST/DiagnosticEngine.h"
|
|
header "AST/DiagnosticConsumer.h"
|
|
header "AST/SubstitutionMap.h"
|
|
requires cplusplus
|
|
export *
|
|
}
|
|
|
|
module SILBridging {
|
|
header "SIL/SILBridging.h"
|
|
header "SIL/SILLocation.h"
|
|
requires cplusplus
|
|
export *
|
|
}
|
|
|
|
module OptimizerBridging {
|
|
header "SILOptimizer/OptimizerBridging.h"
|
|
export *
|
|
}
|
|
|
|
module _RegexParserBridging {
|
|
header "Parse/RegexParserBridging.h"
|
|
export *
|
|
}
|