[Lldb-commits] [PATCH] D47278: Remove lldb-private headers when building LLDB.framework with CMake

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 23 14:17:35 PDT 2018


xiaobai added a comment.

In https://reviews.llvm.org/D47278#1110155, @clayborg wrote:

> sorry, not as a test, but just as a way to figure out if we are getting all the needed header files when we modify this framework header file copying code.


Ah, yeah. I'm in the process of trying to build LLDB.framework with cmake+ninja and get the same thing as when you build with xcodebuild.
As far as headers go, we roughly have parity after this change. CMake copies SystemInitializerFull.h into LLDB.Framework/Headers while Xcode doesn't, but I'm not sure that actually matters that much.


https://reviews.llvm.org/D47278





More information about the lldb-commits mailing list