[PATCH] D117650: [llvm][vfs] Implement in-memory symlinks

Jan Svoboda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 04:24:53 PDT 2022


jansvoboda11 updated this revision to Diff 438633.
jansvoboda11 marked 3 inline comments as done.
jansvoboda11 added a comment.

Follow symlinks when creating hardlinks and iterating over directory entries.
Return the resolved name from `InMemoryFileSystem::lookupNode()`, update some 
documentation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117650

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: D117650.438633.patch
Type: text/x-patch
Size: 18053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220621/fd09e3c9/attachment.bin>


More information about the llvm-commits mailing list