[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
Mon Feb 18 12:03:36 PST 2019
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
More information about the lldb-commits
mailing list