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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to