[Lldb-commits] [PATCH] D61952: [CMake] Stabilize install process for LLDB.framework

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 17 01:11:15 PDT 2019


labath added a comment.

Yeah, neither of the options look really appealing... Still, I can't escape the feeling that we are doing something wrong, as the installation process should not be that complicated. Or is the framework support in cmake just not good enough?

Given that Alex (I believe) is the only other major user of the framework build, I'll let you two figure out what's the best way forward here...

In D61952#1505027 <https://reviews.llvm.org/D61952#1505027>, @sgraenitz wrote:

> The problem here is, that there may be more things in the build-tree framework than we overwrite, and thus remain in the install-tree (thinking about Swift resources in swift-lldb for example).


Why are the swift resources (whatever they are) in the build-tree framework if they should not end up being installed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61952/new/

https://reviews.llvm.org/D61952





More information about the lldb-commits mailing list