[Lldb-commits] [PATCH] D12612: Fix dotest on Windows after multiprocessing refactor
Ying Chen via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 16:02:55 PDT 2015
chying accepted this revision.
chying added a comment.
This patch works for me.
Although I thought we could put less code in main() function.
Then have
if __name__ == "__main__":
main()
But that will require some more work to refactor the code. Probably that could wait for Todd's clean up.
http://reviews.llvm.org/D12612
More information about the lldb-commits
mailing list