[PATCH] D11944: Nativize filename in FileManager::getFile().
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 2 15:29:56 PST 2015
bkramer added a comment.
Can you try setting up the virtual files with the vfs::InMemoryFileSystem stuff? There are some examples how to set up with OverlayFileSystem in tree.
InMemoryFileSystem was written with windows path separators in mind, I just never tried to run it on windows :)
http://reviews.llvm.org/D11944
More information about the cfe-commits
mailing list