[Lldb-commits] [PATCH] D61952: [CMake] Stabilize install process for LLDB.framework
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 02:14:22 PDT 2019
labath added a comment.
I'm not very familiar with frameworks and complexities involved in creating them, but the fact that we need to delete stuff from the build tree in order to install properly makes me think that there is something fishy going on. Is there no way to arrange things so that this can be avoided? For instance, what if we set the build output paths to be separate and disjoint locations for each target. Then use a separate target, or some POST_BUILD commands to copy/symlink the files to construct an build-tree framework, and have the install targets create the install-tree framework from the original build output paths?
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