mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ModuleLoader: refactor computePrebuiltModulePath to facilitate dependencies scanner's invocation, NFC
This commit is contained in:
@@ -445,7 +445,12 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Optional<StringRef>
|
||||
computePrebuiltModulePath(ASTContext &ctx,
|
||||
StringRef interfacePath,
|
||||
StringRef prebuiltCacheDir,
|
||||
StringRef moduleName,
|
||||
llvm::SmallString<256> &scratch);
|
||||
} // end namespace swift
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user