[clang] [llvm] [llvm][support] Implement tracing virtual file system (PR #88326)
Michael Spencer via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 15:22:18 PDT 2024
================
@@ -2933,8 +2933,21 @@ recursive_directory_iterator::increment(std::error_code &EC) {
return *this;
}
+void TracingFileSystem::printImpl(raw_ostream &OS, PrintType Type,
----------------
Bigcheese wrote:
Should this print the current stat values?
https://github.com/llvm/llvm-project/pull/88326
More information about the llvm-commits
mailing list