mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
49 lines
919 B
Plaintext
49 lines
919 B
Plaintext
module BasicBridging {
|
|
header "Basic/BridgedSwiftObject.h"
|
|
header "Basic/BasicBridging.h"
|
|
header "Basic/SourceLoc.h"
|
|
requires cplusplus
|
|
export *
|
|
}
|
|
|
|
module CBasicBridging {
|
|
header "Basic/CBasicBridging.h"
|
|
}
|
|
|
|
module ASTBridging {
|
|
header "AST/AnyFunctionRef.h"
|
|
header "AST/ASTBridging.h"
|
|
header "AST/Builtins.h"
|
|
header "AST/DiagnosticEngine.h"
|
|
header "AST/DiagnosticConsumer.h"
|
|
header "AST/ForeignAsyncConvention.h"
|
|
header "AST/ForeignErrorConvention.h"
|
|
header "AST/SubstitutionMap.h"
|
|
|
|
textual header "AST/Builtins.def"
|
|
|
|
requires cplusplus
|
|
export *
|
|
}
|
|
|
|
module CASTBridging {
|
|
header "AST/CASTBridging.h"
|
|
}
|
|
|
|
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 *
|
|
}
|