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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits