sgraenitz added a comment. In D58193#1401137 <https://reviews.llvm.org/D58193#1401137>, @serge-sans-paille wrote:
> @sgraenitz I currently have this patch applied to LLVM 8rc1 source tree for > fedora, because it wasn't working automagically otherwise. Reading the > discussion, I don't think I missed some configuration stuff, or what did I > miss when configuring the build of lldb in standalone mode? You build against an installed LLVM and you want to run LLDB tests? AFAIK you need to: - configure LLVM with `LLVM_INSTALL_UTILS=ON` - configure standalone LLDB with `LLVM_EXTERNAL_LIT=/path/to/llvm-build-tree/bin/llvm-lit` However, llc and dsymutil are tools and they should not be affected. If you don't want to run the test suite, pass `LLDB_INCLUDE_TESTS=OFF`. Maybe @mgorny can add some info here? 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