[PATCH] D111560: [clang][modules] Cache loads of modules imported by PCH
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 12 03:35:57 PDT 2021
jansvoboda11 added a comment.
I implemented the alternative approach, which now seems more straightforward than going through the `ModuleManager` and working with `serialization::ModuleFile`.
WDYT @dexonsmith?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111560/new/
https://reviews.llvm.org/D111560
More information about the cfe-commits
mailing list