[Lldb-commits] [PATCH] D69589: [lldb] Refactor all POST_BUILD commands into targets
Haibo Huang via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 6 12:48:09 PST 2019
hhb added a comment.
In D69589#1734818 <https://reviews.llvm.org/D69589#1734818>, @aadsm wrote:
> @hhb I just did, and get the same error as well :(
> `ninja: error: 'bin/LLDB.framework/LLDB', needed by 'bin/LLDB.framework/Resources/Python/lldb/_lldb.so', missing and no known rule to make it`
Thanks for the testing. It is interesting and I can reproduce now by build, remove LLDB.framework and build again.
LLDB.framework/LLDB symlink is not created by any target I can find. I tried liblldb or lldb. Seems only a full build will create it? I'm not familiar with framework build. Will spend some time to look into it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69589/new/
https://reviews.llvm.org/D69589
More information about the lldb-commits
mailing list