[Dependency Scanning] Use a standalone DependencyScanningFilesystem on the scanner, sharing a common status cache from Clang's dependency service cache

This commit is contained in:
Artem Chikin
2024-04-09 09:54:19 -07:00
parent ef07102b88
commit 1804a8486e
3 changed files with 11 additions and 19 deletions

View File

@@ -426,7 +426,6 @@ SwiftDependencyScanningService::SwiftDependencyScanningService() {
/* CAS (llvm::cas::ObjectStore) */ nullptr,
/* Cache (llvm::cas::ActionCache) */ nullptr,
/* SharedFS */ nullptr);
SharedFilesystemCache.emplace();
}
bool