[PATCH] D65411: [FileCollector] Add a VFS that records FS accesses using the FileCollector

Alex Lorenz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 11:23:12 PDT 2019


arphaman created this revision.
arphaman added a reviewer: JDevlieghere.
Herald added subscribers: dexonsmith, jkorous, hiraditya.
Herald added a project: LLVM.

This patch adds a VFS that can be overlaid on top of another VFS to record file system accesses using the FileCollector. This can help to gather files that are needed for reproducers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65411

Files:
  llvm/include/llvm/Support/FileCollector.h
  llvm/lib/Support/FileCollector.cpp
  llvm/unittests/Support/FileCollectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65411.212203.patch
Type: text/x-patch
Size: 5803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190729/e02c37f2/attachment.bin>


More information about the llvm-commits mailing list