[PATCH] D54277: Move RedirectingFileSystem interface into header.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 10:32:31 PST 2019


JDevlieghere marked 4 inline comments as done.
JDevlieghere added inline comments.


================
Comment at: include/llvm/Support/VirtualFileSystem.h:750
 
+  const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; }
+
----------------
sammccall wrote:
> Unrelated/unused?
Ah, this is needed for the LLDB reproducers. I'll split it off into a separate patch. 


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54277/new/

https://reviews.llvm.org/D54277





More information about the llvm-commits mailing list