[PATCH] D76670: [VirtualFileSystem] Support directory entries in the YAMLVFSWriter
Alex Lorenz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 27 12:01:26 PDT 2020
arphaman added a comment.
It looks like you're now adding a dependency on a real filesystem to the VFS writer due to calls to `fs::is_directory`. I think it should be possible to use a VFS write to construct a VFS file without an underlying filesystem, or with an underlying filesystem that doesn't represent the state of your constructed VFS. Is there another way to achieve this goal without depending on the underlying filesystem?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76670/new/
https://reviews.llvm.org/D76670
More information about the llvm-commits
mailing list