[Lldb-commits] [PATCH] D47929: Add modulemap to lldb include directory
Bruno Cardoso Lopes via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 8 09:49:43 PDT 2018
bruno added a comment.
Very nice!
> I generated a report for the remaining cyclic dependencies in the `lldb` module here <https://teemperor.de/pub/lldb-cycles/cycle_report.cycle.html>.
Do you plan to fix headers at some point to break out the dependencies?
================
Comment at: include/lldb/module.modulemap:66
+// This big module is necessary to work around the cyclic dependencies
+// between its submodules.
+module lldb {
----------------
Will this trick be enough for local submodules visibility mode as well?
https://reviews.llvm.org/D47929
More information about the lldb-commits
mailing list