Expose the llvm::sys::fs::is_local function through the VFS.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Depending on isLocal usage, it can be worth implementing it for RedirectingFileSystem.
Paths
| Differential D54127
Extend virtual file system with `isLocal` method. ClosedPublic Authored by JDevlieghere on Nov 5 2018, 4:38 PM.
Details Summary Expose the llvm::sys::fs::is_local function through the VFS.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2018, 3:25 PM Comment Actions Depending on isLocal usage, it can be worth implementing it for RedirectingFileSystem. Closed by commit rL346372: Extend virtual file system with `isLocal` method (authored by JDevlieghere). · Explain WhyNov 7 2018, 4:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 173068 llvm/trunk/include/llvm/Support/VirtualFileSystem.h
llvm/trunk/lib/Support/VirtualFileSystem.cpp
llvm/trunk/unittests/Support/VirtualFileSystemTest.cpp
|