mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 16:31:02 +00:00
[clangd] Fix Windows build after r350531
llvm-svn: 350542
This commit is contained in:
parent
70038e01c8
commit
47f174a2be
@ -75,7 +75,7 @@ clang::clangd::RealFileSystemProvider::getFileSystem() const {
|
||||
// FIXME: Try to use a similar approach in Sema instead of relying on
|
||||
// propagation of the 'isVolatile' flag through all layers.
|
||||
#ifdef _WIN32
|
||||
return new VolatileFileSystem(vfs::getRealFileSystem());
|
||||
return new VolatileFileSystem(llvm::vfs::getRealFileSystem());
|
||||
#else
|
||||
return llvm::vfs::getRealFileSystem();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user