[PATCH] D56545: [VFS] Allow multiple RealFileSystem instances with independent CWDs.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 09:06:27 PST 2019


JDevlieghere added a comment.

Why did you choose to make this a property of the RealFileSystem as opposed to subclassing the RealFileSystem to a PhysicalFileSystem? It seems like the latter would be more in line with the VFS design.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56545





More information about the llvm-commits mailing list