]> granicus.if.org Git - llvm/commit
[VFS] Add getter for mapping entries.
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 15 Jan 2019 22:36:56 +0000 (22:36 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 15 Jan 2019 22:36:56 +0000 (22:36 +0000)
commitbf3266d130c74f715897dd860cec93ab42eed105
tree429129ba804efd0a2c05086d3d271f6857484977
parent568131197e025a87bb977a40d7af1b2d6b26d316
[VFS] Add getter for mapping entries.

When generating a reproducer in LLDB we build up the mapping but don't
immediately copy over the files on the file system.

Rather than keeping a separate data structure with real and virtual
paths, we might as well reuse the entries already stored in the
YAMLVFSWriter to lazily copy over the files when needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351266 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/VirtualFileSystem.h