mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ModuleLoader: remove several walk-arounds for not having a persistent ClangImporterOptions available. NFC
This commit is contained in:
@@ -420,8 +420,8 @@ public:
|
||||
DiagnosticEngine &Diags,
|
||||
const SearchPathOptions &searchPathOpts,
|
||||
const LangOptions &langOpts,
|
||||
const ClangImporterOptions &clangImporterOpts,
|
||||
ModuleInterfaceLoaderOptions LoaderOpts,
|
||||
ClangModuleLoader *clangImporter,
|
||||
bool buildModuleCacheDirIfAbsent,
|
||||
StringRef moduleCachePath,
|
||||
StringRef prebuiltCachePath,
|
||||
@@ -448,7 +448,6 @@ public:
|
||||
llvm::SmallString<256> &OutPath,
|
||||
StringRef &CacheHash);
|
||||
std::string getCacheHash(StringRef useInterfacePath);
|
||||
void addExtraClangArg(StringRef Arg);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user