[PATCH] D157055: [clang][deps] Avoid unnecessary work for seen dependencies
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 3 16:22:26 PDT 2023
jansvoboda11 created this revision.
jansvoboda11 added a reviewer: benlangmuir.
Herald added a subscriber: ributzka.
Herald added a project: All.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Modular dependencies the client has already seen don't need to be reported again. This patch leverages that to skip somewhat expensive computation: generating the full command line and collecting the full set of file dependencies. Everything else is necessary for computation of the canonical context hash, which we cannot skip.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157055
Files:
clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157055.547045.patch
Type: text/x-patch
Size: 5206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230803/dee3a575/attachment-0001.bin>
More information about the cfe-commits
mailing list