Skip to content

Commit

Permalink
[clang][deps][test] Update reference to tracing VFS
Browse files Browse the repository at this point in the history
This fixes build failure introduced by 70fcdb3.
  • Loading branch information
jansvoboda11 committed Sep 6, 2024
1 parent eacda48 commit 92cd66d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ TEST(DependencyScanningFilesystem, CacheStatFailures) {
InMemoryFS->addFile("/cache/a.pcm", 0, llvm::MemoryBuffer::getMemBuffer(""));

auto InstrumentingFS =
llvm::makeIntrusiveRefCnt<InstrumentingFilesystem>(InMemoryFS);
llvm::makeIntrusiveRefCnt<llvm::vfs::TracingFileSystem>(InMemoryFS);

DependencyScanningFilesystemSharedCache SharedCache;
DependencyScanningWorkerFilesystem DepFS(SharedCache, InstrumentingFS);
Expand Down

0 comments on commit 92cd66d

Please sign in to comment.