The custom lldb-framework target was meant to encapsulate all build steps that LLDB.framework needs on top of the ordinaly liblldb. In the end all of it happens in post-build steps, so we can do the same with liblldb and cut down another source of confusion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34579 Build 34578: arc lint + arc unit
Event Timeline
Comment Actions
This simplifies my proposal in D64399, because I don't need it in LLVM_DISTRIBUTION_COMPONENTS and avoid dummy install-distribution and install-distribution-stripped targets.