[Lldb-commits] [PATCH] D61952: [CMake] Stabilize install process for LLDB.framework
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 10:22:33 PDT 2019
sgraenitz added a comment.
Yet another option: we could install the framework tools to a fake location and copy them to their final destination (overwriting their build-tree pendants) in a manual install step at the very end of the install process. 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).
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