Displaying 2 results from an estimated 2 matches for "d54277".
Did you mean:
554277
2018 Nov 15
3
"devirtualizing" files in the VFS
I'd like to get some more perspectives on the role of the VirtualFileSystem
abstraction in llvm/Support.
(The VFS layer has recently moved from Clang to LLVM, so crossposting to
both lists)
https://reviews.llvm.org/D54277 proposed adding a function to
VirtualFileSystem to get the underlying "real file" path from a VFS path.
LLDB is starting to use VFS for some filesystem interactions, but
wants/needs to keep using native IO (FILE*, file descriptors) for others.
There's some more context/discussion in t...
2018 Nov 15
2
[cfe-dev] "devirtualizing" files in the VFS
....org>> ezt írta (időpont: 2018. nov. 15., Cs, 12:02):
> I'd like to get some more perspectives on the role of the VirtualFileSystem abstraction in llvm/Support.
> (The VFS layer has recently moved from Clang to LLVM, so crossposting to both lists)
>
> https://reviews.llvm.org/D54277 <https://reviews.llvm.org/D54277> proposed adding a function to VirtualFileSystem to get the underlying "real file" path from a VFS path. LLDB is starting to use VFS for some filesystem interactions, but wants/needs to keep using native IO (FILE*, file descriptors) for others. There...