[Lldb-commits] [PATCH] D58193: Do not explicitly depend on llvm tools during standalone build
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 14 10:17:00 PST 2019
sgraenitz added a comment.
All these targets are exported from the LLVM build-tree since D56606 <https://reviews.llvm.org/D56606> and from the install-tree since D57383 <https://reviews.llvm.org/D57383>.
I did not revert or continue to work on D57233 <https://reviews.llvm.org/D57233> yet, because it needs a good concept first. `LLDB_BUILT_STANDALONE` is not the right condition here. What we really want to know is:
- Have LLVM tools/utils been built (`LLVM_BUILD_TOOLS/UTILS`) when we have a build-tree.
- Have LLVM tools/utils been installed (`LLVM_INSTALL_TOOLS/UTILS`) when we have an install-tree.
- What tree do we have? I have seen hacks to determine it, but not sure whether there's a clean way.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58193/new/
https://reviews.llvm.org/D58193
More information about the lldb-commits
mailing list