mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "[ClangImporter] Merge Swift & Clang VFS"
This commit is contained in:
committed by
GitHub
parent
820a16b25e
commit
fe2ad03f93
@@ -273,7 +273,7 @@ static Optional<StringRef> getRelativeDepPath(StringRef DepPath,
|
||||
/// output path.
|
||||
/// \note Needs to be in the swift namespace so CompilerInvocation can see it.
|
||||
class swift::ParseableInterfaceBuilder {
|
||||
llvm::vfs::OverlayFileSystem &fs;
|
||||
llvm::vfs::FileSystem &fs;
|
||||
DiagnosticEngine &diags;
|
||||
const StringRef interfacePath;
|
||||
const StringRef moduleName;
|
||||
@@ -765,7 +765,7 @@ class ParseableInterfaceModuleLoaderImpl {
|
||||
using AccessPathElem = std::pair<Identifier, SourceLoc>;
|
||||
friend class swift::ParseableInterfaceModuleLoader;
|
||||
ASTContext &ctx;
|
||||
llvm::vfs::OverlayFileSystem &fs;
|
||||
llvm::vfs::FileSystem &fs;
|
||||
DiagnosticEngine &diags;
|
||||
ModuleRebuildInfo rebuildInfo;
|
||||
const StringRef modulePath;
|
||||
|
||||
Reference in New Issue
Block a user