[PATCH] D119823: [Modules] Add module structure output to -module-file-info.
Nathan Sidwell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 15 05:20:51 PST 2022
urnathan added inline comments.
================
Comment at: clang/lib/Frontend/FrontendActions.cpp:817-824
+#if 0
+ case Module::ModuleHeaderUnit:
+ return "Header Unit";
+ case Module::ModulePartitionInterface:
+ return "Partition Interface";
+ case Module::ModulePartitionImplementation:
+ return "Partition Implementation";
----------------
belongs in a later patch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119823/new/
https://reviews.llvm.org/D119823
More information about the cfe-commits
mailing list