[PATCH] D47062: Suggest lldb-dotest to reproduce a failure.
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 21 01:21:40 PDT 2018
labath added a comment.
Looks fine to me, just make the path computation windows-compatible.
================
Comment at: packages/Python/lldbsuite/test/dotest.py:386
+ if is_exe(lldbtest_config.lldbExec):
+ lldbtest_config.dotestWrapper = "{}-dotest".format(
+ os.path.realpath(args.executable))
----------------
On windows, this will end up being `lldb.exe-dotest`
https://reviews.llvm.org/D47062
More information about the llvm-commits
mailing list