[PATCH] D138160: [clang] Use InMemoryModuleCache for readASTFileControlBlock NFC

2022-11-17 Thread Ben Langmuir via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGc4436f675d8f: [clang] Use InMemoryModuleCache for readASTFileControlBlock NFC (authored by benlangmuir). Repository: rG LLVM Github Monorepo CHAN

[PATCH] D138160: [clang] Use InMemoryModuleCache for readASTFileControlBlock NFC

2022-11-17 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 accepted this revision. jansvoboda11 added a comment. This revision is now accepted and ready to land. LGTM. Does this give us measurable perf improvement? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138160/new/ https://reviews.llvm.

[PATCH] D138160: [clang] Use InMemoryModuleCache for readASTFileControlBlock NFC

2022-11-16 Thread Ben Langmuir via Phabricator via cfe-commits
benlangmuir created this revision. benlangmuir added a reviewer: jansvoboda11. Herald added a project: All. benlangmuir requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. When a pcm has already been loaded from disk, reuse it from the InMemor