[PATCH] D94857: [VFS] Combine VFSFromYamlDirIterImpl and OverlayFSDirIterImpl into a single implementation (NFC)

Nathan Hawes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 19:36:58 PST 2021


nathawes updated this revision to Diff 320031.
nathawes added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

- Rename `error_code` to `EC` in `shouldFallBackToExternalFS()` to match existing conventions in the file.
- Update a missed `RedirectingFileEntry` reference in lldb to its new name (`FileEntry`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94857

Files:
  lldb/source/Host/common/FileSystem.cpp
  llvm/include/llvm/Support/VirtualFileSystem.h
  llvm/lib/Support/VirtualFileSystem.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94857.320031.patch
Type: text/x-patch
Size: 24556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210129/5bccab23/attachment.bin>


More information about the llvm-commits mailing list