This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Abolish FileManager sharing
ClosedPublic

Authored by jansvoboda11 on Sep 30 2022, 11:02 AM.

Details

Summary

This patch removes the ability of a dependency scanning worker to share a FileManager instance between individual scans. It's not sound and doesn't provide performance benefits (due to the underlying caching VFS).

Diff Detail

Event Timeline

jansvoboda11 created this revision.Sep 30 2022, 11:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2022, 11:02 AM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Sep 30 2022, 11:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2022, 11:02 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
benlangmuir accepted this revision.Sep 30 2022, 11:09 AM

Thanks for cleaning this up!

This revision is now accepted and ready to land.Sep 30 2022, 11:09 AM
This revision was automatically updated to reflect the committed changes.