[Lldb-commits] [PATCH] D141021: [lldb] Remove tools copied into LLDB.framework before install

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 11 10:31:25 PST 2023


bulbazord added a comment.

In D141021#4043411 <https://reviews.llvm.org/D141021#4043411>, @labath wrote:

> Does this mean that the in-tree lldb will cease to be functional once someone "installs" it? (at least until the next rebuild)

I believe so, but only in the case where you are building the LLDB framework on a macOS machine. I don't think this is ideal behavior but I personally think the tradeoff is worth it since you have deterministic installations behavior w.r.t. RPATHs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141021



More information about the lldb-commits mailing list