[llvm-dev] [cfe-dev] [RFC] Move Virtual File System from clang to llvm

Chris Lattner via llvm-dev llvm-dev at lists.llvm.org
Tue Oct 2 14:40:53 PDT 2018


I haven’t reviewed the patch in detail, but +1 to the concept!

> On Oct 2, 2018, at 8:24 AM, Jonas Devlieghere via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> 
> Hi everybody,
> 
> I'm working on adding reproducers to LLDB [0] and I'd like to use clang's
> virtual file system (VFS), similar to how it is used today for reproducers in
> clang. I believe the functionality is generic enough that it warrants living in
> support, next to the "real" file system. I can imagine that other tools might
> benefit from this functionality as well.
> 
> I created a patch [1] to show what this would look like. Most of the changes
> are the result of the vfs now living in the llvm namespace.
> 
> What do you think?
> 
> [0] http://lists.llvm.org/pipermail/lldb-dev/2018-September/014184.html
> [1] https://reviews.llvm.org/D52783
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev



More information about the llvm-dev mailing list