<div dir="ltr">I didn't see this when I ran ninja check-lldb, but Adrian is seeing the same thing on his machine for some reason.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 3, 2015 at 3:06 PM Ying Chen <<a href="mailto:chying@google.com">chying@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">chying added a comment.<br>
<br>
Sorry, coming late to this thread.<br>
This change works ok on linux and darwin systems.<br>
<br>
But it has some problem on Windows, the main code has to be protected with the following statement on Windows,<br>
if __name__ == '__main__':<br>
Otherwise it creates subprocesses recursively.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D12587" rel="noreferrer" target="_blank">http://reviews.llvm.org/D12587</a><br>
<br>
<br>
<br>
</blockquote></div>