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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Interesting approach!
LGTM modulo my comment.
llvm/unittests/Support/FileCollectorTest.cpp | ||
---|---|---|
212 ↗ | (On Diff #212203) | Maybe add one more test that ensures we don't record files that don't exist? |