mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #84442 from cachemeifyoucan/eng/PR-issue-84088
[Caching] Allow prefix mapping for generated bridging header
This commit is contained in:
@@ -583,9 +583,9 @@ bool extractCompilerFlagsFromInterface(
|
||||
llvm::VersionTuple extractUserModuleVersionFromInterface(StringRef moduleInterfacePath);
|
||||
|
||||
/// Extract embedded bridging header from binary module.
|
||||
std::string
|
||||
std::unique_ptr<llvm::MemoryBuffer>
|
||||
extractEmbeddedBridgingHeaderContent(std::unique_ptr<llvm::MemoryBuffer> file,
|
||||
ASTContext &Context);
|
||||
StringRef headerPath, ASTContext &Context);
|
||||
} // end namespace swift
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user