[Lldb-commits] [PATCH] D12587: Roll dosep.py parallel test runner into dotest.py command line
Ying Chen via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 15:06:36 PDT 2015
chying added a comment.
Sorry, coming late to this thread.
This change works ok on linux and darwin systems.
But it has some problem on Windows, the main code has to be protected with the following statement on Windows,
if __name__ == '__main__':
Otherwise it creates subprocesses recursively.
http://reviews.llvm.org/D12587
More information about the lldb-commits
mailing list