mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
swift: update for LLVM SVN r344140
Update swift's usage of clang::vfs which has been hoisted into LLVM.
This commit is contained in:
committed by
Bob Wilson
parent
fb305479b6
commit
adcdc39791
@@ -50,7 +50,7 @@ std::error_code SerializedModuleLoaderBase::openModuleFiles(
|
||||
(!ModuleBuffer && !ModuleDocBuffer)) &&
|
||||
"Module and Module Doc buffer must both be initialized or NULL");
|
||||
|
||||
clang::vfs::FileSystem &FS = *Ctx.SourceMgr.getFileSystem();
|
||||
llvm::vfs::FileSystem &FS = *Ctx.SourceMgr.getFileSystem();
|
||||
|
||||
// Try to open the module file first. If we fail, don't even look for the
|
||||
// module documentation file.
|
||||
|
||||
Reference in New Issue
Block a user