[PATCH] D121421: [VFS] Add dump to the whole FileSystem hierarchy

Ben Barham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 15:31:28 PST 2022


bnbarham created this revision.
bnbarham added reviewers: keith, dexonsmith, JDevlieghere, vsapsai.
Herald added a subscriber: hiraditya.
Herald added a project: All.
bnbarham requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This adds a new dump to `OverlayFileSystem` that dumps each underlying
filesystem in the order they are used and expands
`RedirectingFileSystem::dump` to handle the `DirectoryRemap` case that
was added a while ago.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121421

Files:
  llvm/include/llvm/Support/VirtualFileSystem.h
  llvm/lib/Support/VirtualFileSystem.cpp
  llvm/unittests/Support/VirtualFileSystemTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121421.414513.patch
Type: text/x-patch
Size: 5555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220310/b6a5a48e/attachment.bin>


More information about the llvm-commits mailing list