[PATCH] D126959: [C++20][Modules] Introduce an implementation module.
Tom Honermann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 3 08:45:46 PDT 2022
tahonermann added a comment.
> Implementation modules are never serialized (-emit-module-interface for an implementation unit is diagnosed and rejected).
Never? Or just not via -emit-module-interface? I would expect to be able to serialize via -emit-ast.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126959/new/
https://reviews.llvm.org/D126959
More information about the cfe-commits
mailing list