[PATCH] D138552: [docs] Document that the modules can improve the linking time
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 23 10:34:53 PST 2022
dblaikie added a comment.
I'm not sure I follow this - the comparison doesn't seem equal. If you wanted the modules-like code in non-modules, you could get it by having `notDirectlyUsed` declared-but-not-defined in the header file, and defined in the corresponding .cpp file, yeah?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138552/new/
https://reviews.llvm.org/D138552
More information about the cfe-commits
mailing list