[PATCH] D121303: [clang][deps] Don't prune search paths used by dependencies
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 14 10:47:25 PDT 2022
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp:31
+ [&](const serialization::ModuleFile *MF) -> void {
+ SearchPathUsage |= MF->SearchPathUsage;
+ Visited.insert(MF);
----------------
Note that `clang-format` wants you to do something here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121303/new/
https://reviews.llvm.org/D121303
More information about the cfe-commits
mailing list