[Lldb-commits] [PATCH] D12612: Fix dotest on Windows after multiprocessing refactor

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 3 16:04:05 PDT 2015


I tried that at first, but unfortunately in order to do that you have to
write a line like

global dont_do_dsym_test

for every global accessed by main.  Like you said, Todd can probably clean
that up, for now I just wanted to get something working.

On Thu, Sep 3, 2015 at 4:02 PM Ying Chen <chying at google.com> wrote:

> 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150903/dba502cc/attachment.html>


More information about the lldb-commits mailing list