[Lldb-commits] [PATCH] D47929: Add modules support for lldb headers in include/

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 12 13:05:19 PDT 2018


teemperor added inline comments.


================
Comment at: include/lldb/module.modulemap:66
+// This big module is necessary to work around the cyclic dependencies
+// between its submodules.
+module lldb {
----------------
teemperor wrote:
> bruno wrote:
> > Will this trick be enough for local submodules visibility mode as well? 
> From my (very limited) experience with disabled local submodule visibility I would say yes, but I can't test it on my current system (compilation already fails at the first LLVM module without LSV).
It seems to work!


https://reviews.llvm.org/D47929





More information about the lldb-commits mailing list