[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 13:31:57 PDT 2018


clayborg added a comment.

In https://reviews.llvm.org/D47278#1110092, @xiaobai wrote:

> I also think that'd be a great idea. The only way I can think to do that would be to build LLDB.framework using both build systems and compare the two. Is there a faster way?


That is the only guaranteed way as new headers could come along. LLDB.framework doesn't have headers in installed Xcode.app bundles


https://reviews.llvm.org/D47278





More information about the lldb-commits mailing list