[Lldb-commits] [PATCH] D47278: Remove lldb-private headers when building LLDB.framework with CMake
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 24 02:44:13 PDT 2018
labath added a comment.
>From a layering perspective, it makes sense for SystemInitializerFull to live in the outermost layer, as it's the thing which makes sure liblldb pulls in all required components. Since it is only included from files in `source/API` (which is as it should be), maybe we could just make it a private header and move the file to `source/API/SystemInitializerFull.h` ?
https://reviews.llvm.org/D47278
More information about the lldb-commits
mailing list