[Lldb-commits] [PATCH] D47278: Remove lldb-private headers when building LLDB.framework with CMake
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 23 15:40:11 PDT 2018
clayborg added a comment.
The issue is actually that SystemInitializerFull.h and SystemInitializerFull.cpp are in the wrong directories. They belong in the "lldb/Initialization" and "Source//Initialization". We should fix this and then some/all of your changes won't be needed?
https://reviews.llvm.org/D47278
More information about the lldb-commits
mailing list