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

Bruno Cardoso Lopes via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 3 10:18:56 PDT 2018


On Tue, Oct 2, 2018 at 8:25 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?

+1


More information about the llvm-dev mailing list