[Lldb-commits] [PATCH] D47929: Add modulemap to lldb include directory
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 7 23:34:40 PDT 2018
teemperor added a comment.
I generated a report for the remaining cyclic dependencies in the `lldb` module here <https://teemperor.de/pub/lldb-cycles/cycle_report.cycle.html>.
Note that I'll provide a modulemap for the `source/` headers in another patch, so this is out of scope for this review. The reason is that this modulemap seems to barely affect compilation time and is quite verbose (as I can't use umbrellas with the mixed source/header files in the same directory).
https://reviews.llvm.org/D47929
More information about the lldb-commits
mailing list