[PATCH] D95188: [VFS] Fix inconsistencies between relative paths and fallthrough in the RedirectingFileSystem

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 19:07:14 PST 2021


JDevlieghere updated this revision to Diff 318395.
JDevlieghere marked 3 inline comments as done.
JDevlieghere added a comment.

- Implement `makeCanonical` using `canonicalize`
- Add missing call to `makeCanonical` is `isLocal`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95188/new/

https://reviews.llvm.org/D95188

Files:
  llvm/include/llvm/Support/VirtualFileSystem.h
  llvm/lib/Support/VirtualFileSystem.cpp
  llvm/unittests/Support/VirtualFileSystemTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95188.318395.patch
Type: text/x-patch
Size: 8013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/dae3766a/attachment.bin>


More information about the llvm-commits mailing list