[Lldb-commits] [PATCH] D68812: [test] Pass DSYMUTIL and SDKROOT as part of the make invocation.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 10 10:15:48 PDT 2019
JDevlieghere added a comment.
In D68812#1704235 <https://reviews.llvm.org/D68812#1704235>, @clayborg wrote:
> It would be great if we could ensure that if a test fails, that the "dotest" command line text has everything it needs as well, including the options and paths to lldb, framework, shared library and other settings. If I "ninja check-lldb", I have to manually insert many arguments before the command the FAIL file says to run will work.
Any reason you want to run dotest.py directly? If you use `bin/lldb-dotest` you'll get all dotest arguments that CMake configuration. Even better is to use `lit --filter <name of test to rerun>`, which guarantees that you'll have the exact same dotest.py invocation as during `check-ldlb`.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68812/new/
https://reviews.llvm.org/D68812
More information about the lldb-commits
mailing list