[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 13:58:48 PDT 2018
xiaobai added a comment.
In https://reviews.llvm.org/D47278#1110104, @clayborg wrote:
> That is the only guaranteed way as new headers could come along. LLDB.framework doesn't have headers in installed Xcode.app bundles
In that case, adding this test could double build times since we would effectively be building lldb twice. I'm not sure if this is already a pain point, but if it is, then I don't think we should add this as a test right now.
https://reviews.llvm.org/D47278
More information about the lldb-commits
mailing list