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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits